Date: Sun, 8 Sep 1996 17:18:39 +0200 (IST) From: Eli Zaretskii To: Mark Habersack Cc: djgpp AT delorie DOT com Subject: Re: Emacs 19.34 again In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 8 Sep 1996, Mark Habersack wrote: > >Which program did you use to unzip the .tar.gz distribution? > DJTAR. I did the whole thing in plain MS-DOG with all LFN support disabled. It > compiled perfectly and without any problem. In the DOS box of WinNT 3.51 it > works OK. Only Win95 causes the problem. Then set LFN=n on Windows 95, and it should work too. But you won't have the long filename support on Windows 95 that way. If you want the long filenames, you should do this: 1) Boot into Windows 95 and open DOS box. Set LFN=y. Also, disable the NameNumericTail misfeature of Windows (section 8.2 of the DJGPP FAQ list describes how to do that). 2) Unzip the original distribution again with DJTAR. 3) Build Emacs on Windows 95 while LFN is set to `y'. 4) Set LFN=y whenever you launch Emacs. You shoul;d now have Emacs that works in both DOS and Windows 95. If you have problems with that, tell me what they are and I'll try to help. > Well, that's too bad then. I haven't looked into Emacs sources yet, but would > it be very hard to re-write the GDB interface in a way consistent with its > client-server structure? I never looked at this hard enough to know.