![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ld: fatal error | betterdayz | High Level Programming | 2 | 11-01-2006 07:47 AM |
| Glance Fatal Error | newbie07 | Shell Programming and Scripting | 4 | 05-09-2006 10:15 PM |
| Purify-SGI Fatal Error | avadhani | UNIX for Advanced & Expert Users | 2 | 11-28-2005 01:27 AM |
| ld: fatal error | ppass | High Level Programming | 1 | 01-07-2005 09:32 AM |
| Fatal error in disk | jav_v | UNIX for Advanced & Expert Users | 1 | 08-19-2002 09:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Fatal Error
Hi,
I just pulled out my code from source control, then I compiled, the compilation is successful at that time. Then I modified one of the source file, Then I compiled, I got the following error ld: fatal: Symbol referencing errors. No output written to ../../CM/bin/cato Before modifing that source code, I took a backup. I removed the source file which I modified. Then I Copied that source file from backup. Then I did the compilation, still I am getting the same error. ld: fatal: Symbol referencing errors. No output written to ../../CM/bin/cato FYI : I am using nmake. Thanks Sarwan |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
nmake is Microsoft's win32 make tool, yes? You might notice this is a UNIX forum. UNIX is not windows.
If I had to guess, I'd say the problem might be in other object files, not that file's. |
|||
| Google The UNIX and Linux Forums |