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

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.