From: "Raul Carolus" Newsgroups: comp.os.msdos.djgpp Subject: Re: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) Date: Sun, 21 Nov 1999 13:53:41 +0100 Organization: T-Online Lines: 11 Message-ID: <818q1j$h13$1@news08.btx.dtag.de> References: <818eal$1uc$1 AT toto DOT tig DOT com DOT au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news08.btx.dtag.de 943188851 17443 320030026865-0001 991121 12:54:11 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320030026865-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) you need to go into the lib directory and find the library libstdcxx.a (or stdcxx.a don't remember if it adds the lib in front) and rename it to stdcx.a That'll solve your problem Raul