Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ptwitche AT eznet DOT net (Ryan Twitchell), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: RHIDE & Linker Date: Fri, 10 Apr 1998 18:49:49 -0700 Message-ID: <19980411014943.AAB28260@ppp127.cartsys.com> Precedence: bulk At 06:05 4/10/1998 GMT, Ryan Twitchell wrote: >Hello, >Every time I try to link a C++ program in RHIDE, it gives me the >message: >"Cannot open -lstdcx: no such file or directory (ENOENT)" >I know these are arguments, but what do I do? Thanx in advance, Try this: Add line to file %DJDIR%/share/rhide/rhide.env RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx (Create file if it doesn't exist) Nate Eldredge nate AT cartsys DOT com