Sender: nate AT cartsys DOT com Message-ID: <373C926B.3648D8E7@cartsys.com> Date: Fri, 14 May 1999 14:15:23 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Which zip is cc1plus.exe in? References: <373b2347 DOT 0 AT d2o84 DOT telia DOT com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Henrik Rydgård wrote: > > I just redownloaded DJGPP and installed into a new C:\DJGPP renaming my old > one to C:\DJGPPOLD, but that shouldn't matter. > When I try to compile C++ programs with Rhide, I get this strange message: > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) Read gnu/gcc-2.81/problems.txt. > Allegro compiles fine though, and I can compile C++ programs from the > command line. (gxx file.cc -o file.exe -lalleg -O3) > Then I compared the two installations and noticed that the cc1plus.exe and > some other files in DJGPP\BIN were missing in my new installation. But I > downloaded all the files the Zip Picker at delorie.com showed me. So where > are those files?!? The compiler pass executables now live in lib/gcc-lib/djgpp/2.81/. This brings it in line with the way things are organized on Unix. -- Nate Eldredge nate AT cartsys DOT com