From: Manni Heumann Newsgroups: comp.os.msdos.djgpp Subject: Re: make says no makefile found, but the file is out there Date: 8 Apr 2003 08:30:16 GMT Lines: 24 Message-ID: References: <200304070403 DOT h3743MW25915 AT pavo DOT ncbi DOT nlm DOT nih DOT gov> <9743-Tue08Apr2003061258+0300-eliz AT elta DOT co DOT il> NNTP-Posting-Host: ws-whartje.dhcp.uni-bielefeld.de (129.70.100.182) X-Trace: fu-berlin.de 1049790616 8703538 129.70.100.182 (16 1428 [54749]) User-Agent: Xnews/5.04.25 X-Face: "c)Go+A65AgR*9'!B)BMLM$kYg6HDG!_g'DAsj*ALo%=kp{X&abs&t\G0F~*r?VRj#|4=6)M.RJPnD]Ql:B<-7A^EAYFpDpZRMoJy?80^3B3b AT DXb%MTyOD.*4wu&Xt6o*+6`r5E X-Converter: MorVer Version 1.0.305 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >> From: Manni Heumann [case sensitive make] > 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. OK. I guess my memories of encountering this on Win98 are wrong then? Nobody seen this on any other OS? I don't think that I need to fix this, since all the tools I use respect my use of case and I always choose lower case anyway. Thanks for the information, Manni