Mail Archives: djgpp/1998/04/08/21:59:42
Dave,
I had the same problem, the fix is relatively simple:
1. Go to your "djgpp" directory.
2. Open the file "djgpp.env" in your text editor.
3. Directly below the line that begins "+LFN= ", add the line:
"+RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx"
(without the quotation marks)
4. Save the file, and restart djgpp/rhide.
I have version 2.80 of gcc, gpp, and lgpp, so if you don't , this may not
work. Good luck!
Best Regards,
Scott McPherson
-----Original Message-----
From: Dave1 <dave1 AT newulmtel DOT net>
Newsgroups: comp.os.msdos.djgpp
To: djgpp AT delorie DOT com <djgpp AT delorie DOT com>
Date: Wednesday, April 08, 1998 5:46 PM
Subject: Another linker problem!!
>I am having a problem with a "Hello World" in C++. It compiles with no
>errors but when it tries to link it, the error reads: Error:
>c:/djgpp/bin/ld.exe: cannot open -lstdcx : No such file or directory
>(ENOENT). I used the zip picker and downloaded all the files it told me to.
>It's my understanding that lstdcx is a c++ library, but can't find it
>anywhere. Can someone set me on the right path. Thanks!
>
>I am using DJGPP, Rhide and allegro
- Raw text -