Date: Thu, 8 Aug 1996 10:48:09 +0200 (IST) From: Eli Zaretskii To: Eric Page Cc: djgpp AT delorie DOT com Subject: Re: make, long filenames, implicit rules In-Reply-To: <32022625.5285@autosim.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 2 Aug 1996, Eric Page wrote: > >> Make doesn't seem to work with implicit rules and long file names. > > I to have experienced this problem with implicit rules and long > filenames. > I'm using the release of V2 djgpp (make 3.73) with Windows95. This is a known bug in the latest DJGPP port of GNU Make: it doesn't support long filenames. It should be corrected in the next release of DJGPP. For now, you will need to set LFN=n in the environment before running Make, and set the NameNumericTail property in the registry to 0. For details see sections 8.2 and 22.14 of the DJGPP FAQ list (available as v2/faq201b.zip from the same place you get DJGPP).