Date: Wed, 15 Jan 1997 17:07:15 +0200 (IST) From: Eli Zaretskii To: Patrick / Albert Fong cc: djgpp AT delorie DOT com Subject: Re: Long filename problem with RHIDE In-Reply-To: <32DBD860.4DAD@flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 14 Jan 1997, Patrick / Albert Fong wrote: > Here is the problem: > > I am running RHIDE under Win95 through a shortcut. When I specify > RHIDE to use long filenames (RHIDE -y), it initially does not. To get > the long filenames, I have to DOS shell from the RHIDE IDE and run it > again, using RHIDE -y again. Only then will the long filenames work. Does your environment or DJGPP.ENV specify LFN=y? DJGPP comes by default with long filenames support disabled (you will see a line "+LFN=n" inside DJGPP.ENV); to enable the LFN support, you need either to override it with a variable you set in the environment, or edit DJGPP.ENV and replace the above line with "+LFN=y").