From 7b98d06f0c62c5786d59d558f2c860b9993011fd Mon Sep 17 00:00:00 2001 From: stevenj Date: Tue, 22 Jun 2010 09:48:44 -0400 Subject: [PATCH] -mthreads forces mingwm10.dll dependency, remove; thanks to Jurgen Werner for the bug report darcs-hash:20100622134844-c8de0-7e22443d400d69e9393e276a4a9a9767ac79eaa9.gz --- BUILD-MINGW.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD-MINGW.sh b/BUILD-MINGW.sh index d0e2d8e..09ec11c 100755 --- a/BUILD-MINGW.sh +++ b/BUILD-MINGW.sh @@ -3,7 +3,7 @@ set -e rm -rf mingw -./configure --prefix=`pwd`/mingw --host=i586-mingw32msvc --with-mthreads --enable-shared --disable-static --without-matlab --without-octave --without-python --without-guile && make -j4 && make install +./configure --prefix=`pwd`/mingw --host=i586-mingw32msvc --enable-shared --disable-static --without-matlab --without-octave --without-python --without-guile && make -j4 && make install cd mingw/bin for dll in *.dll; do -- 2.30.2