chiark / gitweb /
-mthreads forces mingwm10.dll dependency, remove; thanks to Jurgen Werner for the...
authorstevenj <stevenj@alum.mit.edu>
Tue, 22 Jun 2010 13:48:44 +0000 (09:48 -0400)
committerstevenj <stevenj@alum.mit.edu>
Tue, 22 Jun 2010 13:48:44 +0000 (09:48 -0400)
darcs-hash:20100622134844-c8de0-7e22443d400d69e9393e276a4a9a9767ac79eaa9.gz

BUILD-MINGW.sh

index d0e2d8ec4b18c744089bee93f2ddc8299c18929c..09ec11c2379b15df6540869ebdf9c804670ddc33 100755 (executable)
@@ -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