Message-Id: <199808070242.DAA03365@sable.ox.ac.uk> Comments: Authenticated sender is From: George Foot To: John Meyer Date: Fri, 7 Aug 1998 03:41:33 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: For the final time, I promise Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk CC: djgpp AT delorie DOT com Precedence: bulk On 6 Aug 98 at 18:07, John Meyer wrote: > Okay, what must I put in the DJGPP.ENV file to prevent the -lscdxx error. > I also heard that I should change the name of something. What is it? You must decide whether or not you want to use long filenames. If you do, either set LFN=Y in your environment (i.e. in autoexec.bat) or change the setting in djgpp.env. I think the latter isn't recommended. Then always use a Windows unzip program, so that all long filenames in the ZIP files are preserved. If you don't want long filenames, use a DOS unzip program so that the filnames are not preserved, and set LFN=N instead. If you unzip with the wrong type of unzip program you'll need to rename files that are now wrong; e.g. "ren libstdcxx.a libstdcx.a" to shorten the filename (if you used a Windows unzip program and don't want the LFNs), or "ren libstdcx.a libstdcxx.a" to lengthen it (if you used a DOS unzip program but still want to use LFNs). -- george DOT foot AT merton DOT oxford DOT ac DOT uk