Date: Mon, 30 Aug 1999 09:57:03 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Cannot open -lstdcxx (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Regarding the problem with unzip386.exe on NT: how about if we put there epunzip instead? AFAIK, it is free software and should work on NT with no problems. Comments? ---------- Forwarded message ---------- Date: Sun, 29 Aug 1999 16:05:04 -0400 From: Young Fan To: djgpp AT delorie DOT com Newgroups: comp.os.msdos.djgpp Subject: Cannot open -lstdcxx Hi, I just installed DJGPP onto WinNT, using Winzip 7.0 for Win95/98/NT. I read somewhere that I cannot use an unzip program that supports long file names, and downloaded the unzip386.exe file, but that wouldn't work. So I ended up just using Winzip 7.0. I ran this at the command prompt: gxx djtest.cpp -o djtest.exe ...and got this error: c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory (ENOENT) How can I get rid of this problem? Thanks in advance.