Date: Sun, 9 May 1999 12:03:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Zander cc: djgpp AT delorie DOT com Subject: Re: BUG: Long filenames and ypath In-Reply-To: <3732eb4a.260331276@netnews.ntc.nokia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 7 May 1999, Peter Zander wrote: > This is a behaviour that seems to be persistent in all versions of > DJGPP make, from ver 3.73 to 3.77. The port of Make 3.73 didn't support long file names at all. The first port which did is 3.75. > ypath %.c ../src > > foo: longerfilename.c > @echo Success! > --- > > the ..\src directory will never be searched (in the directory search, > verified with the make "-d" switch) by make, and the rule fail. I cannot reproduce this problem: the above makefile works for me (after I change `ypath' to `vpath') with Make 3.77. Are you running this on Windows 9X? If so, make sure you set LFN=y in the environment. If setting LFN doesn't help, please post what the DOS command DIR prints in the ..\src directory.