> Date: Mon, 18 Jun 2007 14:24:48 -0700
> From: "Daniel Mendyke" <address@hidden>
>
> I'm running windows XP with Gnu make 3.8.1
>
> C:\tmp$ make --version
> GNU Make 3.81
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> This program built for i686-pc-mingw32
>
> C:\tmp$
Same here, almost:
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for Windows32
Where did you get the binary of Make? I built mine myself from the
sources, using the build_w32.bat batch file and the MinGW GCC
compiler.