From: "Juhyung Lee" Newsgroups: comp.os.msdos.djgpp Subject: [Q]link error : cannot open -lstdcxx (I already RTFM) Date: Wed, 11 Aug 1999 12:55:46 +0900 Organization: Seoul National University, Republic of Korea Lines: 26 Message-ID: <7oqsd4$amd$1@news.kren.nm.kr> NNTP-Posting-Host: 203.254.237.253 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com For testing. I used simple file "hello.c" win95 gcc -o hello.exe hello.c g++ -o hello.exe hello.cpp winnt gcc -o hello.exe hello.c have no problem. but... winnt g++ -o hello.exe hello.cpp makes this error messange... " \djgpp\ld.exe : cannot open -lstdcxx " what happened? I already checked these below... 1) lstdcxx => exist. 2) winNT4.0 => can read long file name 3) LFN=y -Yule's Father-