From: Paul Bickerstaff Newsgroups: comp.os.msdos.djgpp Subject: long filenames under Windows NT Date: Fri, 31 Oct 1997 16:22:24 +1300 Organization: Genesis R&D Corp Lines: 7 Message-ID: <34594EF0.260@genesis.co.nz> Reply-To: rpb AT genesis DOT co DOT nz NNTP-Posting-Host: 202.36.157.65 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a makefile of unix origin which contains some long filenames. When I built DJGPP under Windows 95 I found that I had to set LFN=y in the DJGPP.ENV as per the FAQ. However, the same thing does not work under Windows NT 4.0. I've verified that the problem is indeed with the long filenames by manually editing the makefile to use the short versions. Setting LFN via the Control Panel/System/Environment does not work either. Is there a fix? (Am using DJPP ver 2.01.).