Message-ID: <009f01bd635b$19ed5580$ca59e6cf@mcpherson> Reply-To: "The McPherson's" From: "The McPherson's" To: Subject: Re: Another linker problem!! Date: Wed, 8 Apr 1998 20:59:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk 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 Newsgroups: comp.os.msdos.djgpp To: 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