> with CygWin everything works ok...however I get a ton of warnings for
> packfile.c that look like they need to be addressed...I'll look at them
> soon. Also, when I type make test it tells me that test doesn't need to do
> anything; this was happening before these changes, but I was wondering if
> anyone knew what was wrong.
Case insensitivity: we have a Test directory, but in Win32/Cygwin,
it matches test, so there is a "test" file, and it does not need
remaking.
test: dummy
dummy:
will work ( not all makes support .PHONY:, sigh! )
Regards
Mattia