Date: Thu, 12 Aug 1999 10:57:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Juhyung Lee cc: djgpp AT delorie DOT com Subject: Re: [Q]link error : cannot open -lstdcxx (I already RTFM) In-Reply-To: <7oqsd4$amd$1@news.kren.nm.kr> 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 Wed, 11 Aug 1999, Juhyung Lee wrote: > 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 The last line is not true. NT provides long file names to itself, but not to DJGPP programs. See section 3.3 of the FAQ for more details. The upshot of this is that you need to unzip your installation on NT with a DOS unzip program that truncates the long names of the unzipped files. Otherwise, you will have a terrible mess on your hands; the problem with -lstdcxx is only a tip of the iceberg.