Mail Archives: djgpp/2003/04/07/05:45:04
Anton Lavrentiev <lavr AT ncbi DOT nlm DOT nih DOT gov> wrote:
> I renamed MAKEFILE into "makefile" all lowercase,
> then it reads the file. But there is another problem:
> %.o: %.c rule is not working because there are
> DOS files around, all having ".C" extensions,
> uppercased.
This should *never* be a problem. Neither DOS nor Windows really care
about the case of filenames. DJGPP has a runtime library setting that
changes this, but I strongly disbelieve any distributed DJGPP binary has
that set.
What I would check:
1) Are you fully sure that the 'make' you're executing is the one from
DJGPP, and not, say, a Cygwin or MinGW32 version?
2) Does your environment have a FNCASE variable set? If so, turn that off.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -