From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: [Fwd: -1stdcx: No such file or directory (ENOENT)] Date: Mon, 18 May 1998 18:17:00 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 25 Message-ID: <3560B35C.1CC3@cs.com> References: <355FD9A5 DOT D23C10AF AT uswest DOT net> NNTP-Posting-Host: ppp134.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Patrick Kenney wrote: > > In Rhide 1.4 IDE I can compile fine "no errors" any program such as > whello.cpp included with the djgpp package. > But when I try to run or make or link or build an *.exe I get > c:/djgpp/bin/ld.exe: cannot open -1stdcx: No such file or directory > (ENOENT) Your problem is quite simple; you're running into an infamous misfeature in RHIDE 1.4 that makes it incompatible with gcc 2.8.x. Edit the file %DJDIR%/share/rhide/rhide.env (or create it if it does not exist), and type the following line: RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Save and RHIDE should work properly. -- --------------------------------------------------------------------- | John M. Aldrich | "Sex should be friendly. Otherwise | | aka Fighteer I | stick to mechanical toys; it's more | | mailto:fighteer AT cs DOT com | sanitary." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------