Date: Thu, 30 May 1996 18:58:40 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne Cc: djgpp-workers AT delorie DOT com Subject: Re: long file name bug in 'make' In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 30 May 1996, Robert Hoehne wrote: > I have also an example about the bug from make with the > long filenames: (LFN is set to y) [snip] > TESTFILE C 0 30.05.96 13:30 testfile.c > TESTTF~1 C 0 30.05.96 13:30 testtfile.c Make currently DOSsifies all the filenames, so when yoy set LFN=y, it is not impressed. Therefore to make it work under Win95, I think you should set NameNumericTail property in the Registry to 0 (see section 8.2 of the FAQ for how to do this, if you don't know already). If you have time to test this and tell me if it actually works (I don't have access to Win95), it'd be swell.