From: Young Fan Newsgroups: comp.os.msdos.djgpp Subject: Cannot open -lstdcxx Date: Sun, 29 Aug 1999 16:05:04 -0400 Organization: Cornell University Lines: 20 Sender: yf32 AT cornell DOT edu (Verified) Message-ID: <37C99270.E0251CC8@hotmail.com> NNTP-Posting-Host: r2507.resnet.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.