> Date: Fri, 21 Sep 2012 21:02:32 +0400 > From: niXman <[email protected]> > > I get the latest sources from CVS: > $ cvs -z3 -d:pserver:[email protected]:/sources/make co make > > then I run autoreconf: > $ cd make && autoreconf -i > > and run configure: > $ ./configure --program-prefix=mingw32- --enable-job-server > > and get the error: > ./configure: line 7958: PKG_PROG_PKG_CONFIG: command not found > ./configure: line 7970: syntax error near unexpected token `GUILE,' > ./configure: line 7970: ` PKG_CHECK_MODULES(GUILE, guile-2.0, > have_guile=yes,' > > But revision at '01/01/2012' configuring successfully. > > What am I doing wrongly?
Run the configure script in the first place? The official way to build the MinGW port of GNU Make is by running build_w32.bat, see README.W32. _______________________________________________ Make-w32 mailing list [email protected] https://lists.gnu.org/mailman/listinfo/make-w32
