Mail Archives: djgpp/1999/01/20/02:20:01
On Tue, 19 Jan 1999 Wcschool4a AT aol DOT com wrote:
> Error: Id.exe: cannot open -lgcc: Invalid operation
This means the linker cannot find a library called libgcc.a. Assuming
you are using GCC 2.8.1 (you should always report this information),
this file should be in the gcc-lib/djgpp/2.81/ subdirectory. If it
isn't there, unzip it from gcc281b.zip.
If the above doesn't help, use the RHIDE's bug-reporting command to
create a bug report, and post here the file it produces.
> I tried it with both .cpp and .cc files.
It doesn't matter whether you use .cc or .cpp extension. Your problem
is elsewhere.
- Raw text -