Sending to the list sorry for the direct email Eli... On Sat, Apr 12, 2008 at 9:14 PM, Chris Sutcliffe wrote: > > So the reason for this problem could only be the way the Make binary > > was built, perhaps the libraries it was linked against or something. > > FWIW, the binary on the MinGW site I created with the following: > > ../make-3.81-patched/configure \ > --disable-dependency-tracking \ > --disable-nls \ > --enable-case-insensitive-file-system \ > --disable-job-server \ > --disable-rpath \ > --program-prefix=mingw32- \ > --target=mingw32 \ > --prefix=/mingw > make CFLAGS="-s -O2 -mms-bitfields -mtune=i686" > for i in `find . -type f -iname dir`; do rm $i; done > make SHELL=/bin/sh.exe prefix=`cd ../dist;pwd` install > > from an MSYS shell. Is there something in here (perhaps a configure > option) that I should not have used (or is there one I should use)? > > Cheers! > > Chris > > -- > Chris Sutcliffe > http://emergedesktop.org >
-- Chris Sutcliffe http://emergedesktop.org _______________________________________________ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32