From: stevenj Date: Tue, 22 Jun 2010 13:48:44 +0000 (-0400) Subject: -mthreads forces mingwm10.dll dependency, remove; thanks to Jurgen Werner for the... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b98d06f0c62c5786d59d558f2c860b9993011fd;p=nlopt.git -mthreads forces mingwm10.dll dependency, remove; thanks to Jurgen Werner for the bug report darcs-hash:20100622134844-c8de0-7e22443d400d69e9393e276a4a9a9767ac79eaa9.gz --- 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