Date: Tue, 23 Oct 2001 08:51:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: cmapworx cc: djgpp AT delorie DOT com Subject: Re: 8.3 problem In-Reply-To: <3BD3DA95.6497F2D@polbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.