From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: make says no makefile found, but the file is out there Date: Tue, 08 Apr 2003 08:46:31 CDT Organization: Rice University, Houston, TX Lines: 15 Message-ID: <3e92d2b7.sandmann@clio.rice.edu> References: <9743-Tue08Apr2003061258+0300-eliz AT elta DOT co DOT il> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1049809659 22976 128.42.105.3 (8 Apr 2003 13:47:39 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Tue, 8 Apr 2003 13:47:39 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > I just renamed "makefile" from one of my projects to "MAKEFILE": > > make.exe: *** No targets specified and no makefile found. Stop. > I think this is because W2K's implementation of the LFN API sucks big > time (and the same for XP). IIRC, one of those bugs prevented > automatic downcasing of 8+3 file names, such as MAKEFILE. You should > build Make with a patched DJGPP library (or get a prebuilt version > from Charles W2K Sandmann's page), to have that fixed. This particular bug isn't fixed in the V2.03 refresh - so you need to grab the V2.04 test builds - or rename the files to lower case. (At the time this looked like a lot of modules to touch in the refresh to get the case fixing feature to work. Hindsight says I probably should have fixed it also ...)