Date: Sat, 28 Mar 1998 10:40:15 -0800 (PST) Message-Id: <199803281840.KAA16536@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Salvador Eduardo Tropea (SET)" , Epameinondas Latanis , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: help!I have problem with rhide Precedence: bulk At 09:53 3/27/1998 +0000, Salvador Eduardo Tropea (SET) wrote: >Epameinondas Latanis wrote: > >> RHIDE would execute (in the window): >> >> executing: >> gcc -o hello.exe hello.o -lstdcx >> >> ...and the error would follow... >> >> Error: >> c:/lang/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory >> (ENOENT) > >Take a look to your lib directory and check the name of the libstdcxx.a file, I >guess you uncompressed lgpp280b.zip with long file names and you have a file: >LIBSTD~1.A ... libstdcxx.a, rename it to libstdcx.a and it will work. I think the preferred solution was to do this: >The correct fix is to add line to file %DJDIR%/share/rhide/rhide.env > >RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx > >(Create file if it doesn't exist) Nate Eldredge eldredge AT ap DOT net