Date: Thu, 5 Feb 1998 15:56:58 +0100 From: Hans-Bernhard Broeker Message-Id: <199802051456.PAA29462@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: Long file names in DOS ? Newsgroups: comp.os.msdos.djgpp,gnu.g++.help Organization: RWTH Aachen, III. physikalisches Institut B Precedence: bulk > > I have a few makefiles written for UNIX which consists of long file > > names(longer than 8.3). > > > > Do I need to change alle file names in my makefile so that GCC and Make(for > > Windows) understands them ? > If you run DOS (or a Win95 Dosbox) then you MUST change all > filenames to 8.3. That's not correct, at least not always. If you run in anything but Win95's DOS box (this may include the W95 'DOS mode' as well...) you don't necessarily have to do that. As long as the truncated names are unique ('djtar' will tell you if they aren't), you can just run make and all should work. If you do run inside '95, OTOH, you can use DJGPP with LFN support active, and you won't have to transform any filenames at all. You can always just unpack and compile. If there are any problems, you'll notice anyway... -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.