Mail Archives: djgpp/1997/09/20/21:23:10
At 04:44 9/20/1997 GMT, DLKJ wrote:
>Hi all,
>
> I just downloaded the djgpp and am trying to set it up for c++.
>however, when I try to link under rhide, I get the error
>crt0.o not recognized: file truncated.
>
>Please help.
Check to see if you have any old ld.exe's laying around; try replacing the
crt0.o file (in the lib subdirectory) with the one from the package; make
sure the DJGPP variable is set appropriately.
If none of the above work, compile like this:
gcc -v -Xlinker --verbose myprog.cc
and post its output here. (Can someone follow up and explain how to do this
under RHIDE? I don't know.)
Also post the size and date stamp of the following files:
\djgpp\bin\ld.exe
\djgpp\lib\crt0.o
Nate Eldredge
eldredge AT ap DOT net
- Raw text -