Hi. On 19/06/07, Eli Zaretskii <[EMAIL PROTECTED]> wrote:
> Date: Mon, 18 Jun 2007 14:24:48 -0700 > From: "Daniel Mendyke" <[EMAIL PROTECTED]> > > 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.
See config.h.W32 /* Build host information. */ #define MAKE_HOST "Windows32" The i686-pc-mingw32 build had that put as the MAKE_HOST by the ./configure script generated Makefile. Regards, Jon _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
