diff options
Diffstat (limited to 'desiredata/src/configure')
-rwxr-xr-x | desiredata/src/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desiredata/src/configure b/desiredata/src/configure index 42742a61..d49d368c 100755 --- a/desiredata/src/configure +++ b/desiredata/src/configure @@ -5301,7 +5301,7 @@ if test "$OS" = ""; then fi if test $OS = Linux; then - LDFLAGS="-Wl,-export-dynamic " + LDFLAGS="-Wl,--export-dynamic " EXT=pd_linux LIBSUFFIX=.so CPPFLAGS="-DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD" @@ -5343,7 +5343,7 @@ if test $OS = Darwin; then fi if test $(echo $OS | cut -f1 -d_) = CYGWIN; then - LDFLAGS="-Wl,-export-dynamic " + LDFLAGS="-Wl,--export-dynamic " EXT=dll LIBSUFFIX=.dll CPPFLAGS="-DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD" @@ -5355,8 +5355,8 @@ if test $(echo $OS | cut -f1 -d_) = CYGWIN; then fi if test $(echo $OS | cut -f1 -d_) = MINGW32; then -# LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" - LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" + LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" +# LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" EXT=dll LIBSUFFIX=.dll CPPFLAGS="-DMSW \ |