> From: Torsten Mohr <[EMAIL PROTECTED]> > Date: Sun, 12 Feb 2006 22:00:39 +0100 > > i try to configure and compile make-3.81 beta 4 on MinGW on MSYS. > In the build subdirectory i use this command line to configure: > > ../make-3.81beta4/configure \ > --disable-nls \ > --disable-rpath \ > --enable-largefile \ > --enable-case-insensitive-filesystem \ > --disable-job-server
Please see the file README.W32, it explains how to build the MinGW version of Make. > misc.o: In function `log_access': > c:/tmp/make-3.81beta4.tar/build/../make-3.81beta4/misc.c:620: undefined > reference to `getgid' Sounds like the test for GETLOADAVG_PRIVILEGED misfired somehow. I have no idea why. But if you build with build_w32.bat and use the supplied config.h.W32, you won't hit this problem. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
