From: cmapworx Newsgroups: comp.os.msdos.djgpp Subject: Re: 8.3 problem Date: Tue, 23 Oct 2001 09:09:29 +0200 Organization: tp.internet - http://www.tpi.pl Lines: 20 Message-ID: <3BD517A9.11769D1F@polbox.com> References: NNTP-Posting-Host: fwt.computerland.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.tpi.pl 1003820927 2966 195.205.192.100 (23 Oct 2001 07:08:47 GMT) X-Complaints-To: usenet AT tpi DOT pl NNTP-Posting-Date: 23 Oct 2001 07:08:47 GMT X-Accept-Language: pl,en X-Mailer: Mozilla 4.78 [en] (WinNT; U) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com thank you. Eli Zaretskii wrote: > On Mon, 22 Oct 2001, cmapworx wrote: > > > is it possible to use djgpp on windows nt? > > Yes. > > > maybe is a case of misconfiguration but I can't make it work... > > trying to make a c++ program I got this message: > > Error: ld.exe: cannot find -lstdcxx > > Is it due to the fact libstdcxx.a doesn't fit 8.3 scheme or is it other > > problem? > > Indeed, NT is the only version of Windows where long file names are > supported, but DJGPP programs cannot access them. See section 3.3 of > the DJGPP FAQ for more details and some solutions.