From: "Dennis Forbes" Newsgroups: comp.os.msdos.djgpp Subject: Re: WinNT, DJGPP & Long Filenames -- no solution??? Date: Mon, 15 Jun 1998 12:56:56 -0400 Organization: UUNET Canada News Transport Lines: 26 Message-ID: <6m3jgr$h89$1@nntp1.uunet.ca> References: <3582f905 DOT 19903700 AT news DOT ultranet DOT com> NNTP-Posting-Host: 209.205.34.111 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I know I'm likely stating the obvious and my reply will look foolish, however I was having trouble compiling the PThreads library. All I had to do was go into DJGPP.ENV (in your DJGPP directory) and change the line "LFN=N" to "LFN=Y". Obviously the LFN is an acronym for Long File Names. Again, though, I realize this likely is not the problem you are having. Cheers! Kevin Little wrote in message <3582f905 DOT 19903700 AT news DOT ultranet DOT com>... >I've read the FAQ -- is there *no* solution at all for the lack of >long filename support in DJGPP under WinNT??? I mean, NT supports long >filenames natively, so lack of Int 21h support should be a >non-issue... > >I'm trying to use DJGPP as a build/test environment under WinNT for >code that is moving from Win32 to VxWorks. I've got many filenames >that are much longer than 8.3, and changing the name would be a >*major* pain in the neck! (Can't dual-boot into Win95, since I'm using >NTFS). > >Any suggestions on how to get around this would be appreciated! > > -k >