Date: Sun, 4 Jul 1999 16:52:59 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Steven Taylor cc: djgpp AT delorie DOT com Subject: Re: Rhide Question In-Reply-To: <930995724.298148@diddley.primus.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 3 Jul 1999, Steven Taylor wrote: > > I was using rhide version 1.4. I made a little simple cpp program and > > compiled it, there was no error. But when i tried to run it or make an exe > > file, an error occurs saying "c:/djgpp/bin/ld.exe: cannot open -lstdcx: No > > such fle or directry (ENOENT)" > > Anyone know how to fix this problem? > > thanks :) > > Go to your c:\djgpp\lib directory and copy libstdcxx.a to libstdcx.a This is not the recommended solution. The recommended one is described in section 8.7 of the DJGPP FAQ list.