aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-09 17:34:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-09 17:34:48 +0000
commited55bb3e89a7c9fb75b63896f4728054776fd1de (patch)
tree2c53074cfda2abb1d88b93a0f70096a67f48f1ff
parentc061dbd1de6473954414365e929051e00ebc4dc2 (diff)
replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/unauthorized/; revision=11724
-rw-r--r--Makefile4
-rw-r--r--audience~/Makefile2
-rw-r--r--beatify~/Makefile2
-rw-r--r--blinkenlights/Makefile2
-rw-r--r--compressor~/Makefile2
-rw-r--r--cooled~/Makefile2
-rw-r--r--countund/Makefile2
-rw-r--r--disto~/Makefile2
-rw-r--r--exciter/Makefile2
-rw-r--r--filterbank~/Makefile2
-rw-r--r--formant~/Makefile2
-rw-r--r--grid/Makefile2
-rw-r--r--mp3amp~/Makefile2
-rw-r--r--mp3cast~/Makefile2
-rw-r--r--mp3cast~/Makefile.linux2
-rw-r--r--mp3live~/Makefile2
-rw-r--r--mp3write~/Makefile2
-rw-r--r--pianoroll/Makefile2
-rw-r--r--playlist/Makefile2
-rw-r--r--probalizer/Makefile2
-rw-r--r--randomblock~/Makefile2
-rw-r--r--samplebox~/Makefile2
-rw-r--r--scratcher~/Makefile2
-rwxr-xr-xscrolllist/Makefile2
-rw-r--r--sonogram~/Makefile2
-rw-r--r--speex~/Makefile2
-rw-r--r--spigot~/Makefile2
-rw-r--r--stkdrone~/Makefile2
-rw-r--r--stksitar~/Makefile2
-rw-r--r--vocoder~/Makefile2
-rw-r--r--wahwah~/Makefile2
31 files changed, 32 insertions, 32 deletions
diff --git a/Makefile b/Makefile
index 5691717..4cff73f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ MINGW_LDFLAGS = -shared -L../../pd/bin -LC:/msys/1.0/lib \
#.c.dll: CURRENT_DIR = `echo $* | cut -d '/' -f 1`
# $(CC) $(MINGW_CFLAGS) $(MINGW_INCLUDE) -o $*.o -c $*.c
-# ld -export_dynamic -shared -o $*.dll $*.o -lc -lm $(MINGW_LFLAGS)
+# ld --export-dynamic -shared -o $*.dll $*.o -lc -lm $(MINGW_LFLAGS)
# strip --strip-unneeded $*.dll
# dllwrap --target=i386-mingw32 -mno-cygwin --output-lib=lib$*.a \
# --dllname=$*.dll --driver-name=gcc $*.o $(MINGW_LFLAGS)
@@ -127,7 +127,7 @@ LINUXINCLUDE = -I../../src -I../../pd/src
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
-rm $*.o
diff --git a/audience~/Makefile b/audience~/Makefile
index 1a4f9ff..66d322f 100644
--- a/audience~/Makefile
+++ b/audience~/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/beatify~/Makefile b/beatify~/Makefile
index 8e6058d..10ebafc 100644
--- a/beatify~/Makefile
+++ b/beatify~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/blinkenlights/Makefile b/blinkenlights/Makefile
index 086d0b7..d0b355a 100644
--- a/blinkenlights/Makefile
+++ b/blinkenlights/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/compressor~/Makefile b/compressor~/Makefile
index d513669..572abe7 100644
--- a/compressor~/Makefile
+++ b/compressor~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/cooled~/Makefile b/cooled~/Makefile
index 0ce41a7..28bc180 100644
--- a/cooled~/Makefile
+++ b/cooled~/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lpthread -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lpthread -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/countund/Makefile b/countund/Makefile
index 1deb17b..946a0aa 100644
--- a/countund/Makefile
+++ b/countund/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/disto~/Makefile b/disto~/Makefile
index faaaa24..f578588 100644
--- a/disto~/Makefile
+++ b/disto~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/exciter/Makefile b/exciter/Makefile
index 66eab54..22f0d81 100644
--- a/exciter/Makefile
+++ b/exciter/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk >$*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/filterbank~/Makefile b/filterbank~/Makefile
index 731500e..4930387 100644
--- a/filterbank~/Makefile
+++ b/filterbank~/Makefile
@@ -81,7 +81,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/formant~/Makefile b/formant~/Makefile
index 6ebad5a..3f0c97f 100644
--- a/formant~/Makefile
+++ b/formant~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/grid/Makefile b/grid/Makefile
index 7412ac0..775ff3b 100644
--- a/grid/Makefile
+++ b/grid/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/mp3amp~/Makefile b/mp3amp~/Makefile
index dda8e3c..05ec33f 100644
--- a/mp3amp~/Makefile
+++ b/mp3amp~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/mp3cast~/Makefile b/mp3cast~/Makefile
index 610423e..4bd2813 100644
--- a/mp3cast~/Makefile
+++ b/mp3cast~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -DHAVE_STRCHR -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/mp3cast~/Makefile.linux b/mp3cast~/Makefile.linux
index b2f9cfa..6de727c 100644
--- a/mp3cast~/Makefile.linux
+++ b/mp3cast~/Makefile.linux
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/mp3live~/Makefile b/mp3live~/Makefile
index a9d6228..536bb25 100644
--- a/mp3live~/Makefile
+++ b/mp3live~/Makefile
@@ -72,7 +72,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
#strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s mp3live~/$*.pd_linux ..
diff --git a/mp3write~/Makefile b/mp3write~/Makefile
index d5d082e..ec9fa82 100644
--- a/mp3write~/Makefile
+++ b/mp3write~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib -lmp3lame
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/pianoroll/Makefile b/pianoroll/Makefile
index cb90cf2..c05d24c 100644
--- a/pianoroll/Makefile
+++ b/pianoroll/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk >$*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/playlist/Makefile b/playlist/Makefile
index af34a23..960d5d1 100644
--- a/playlist/Makefile
+++ b/playlist/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
gcc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/probalizer/Makefile b/probalizer/Makefile
index 7b35b04..79b37f2 100644
--- a/probalizer/Makefile
+++ b/probalizer/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash < $*.tk >$*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/randomblock~/Makefile b/randomblock~/Makefile
index de2ce94..b6a079f 100644
--- a/randomblock~/Makefile
+++ b/randomblock~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm -L/usr/local/lib
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/samplebox~/Makefile b/samplebox~/Makefile
index 72194fe..7ba208c 100644
--- a/samplebox~/Makefile
+++ b/samplebox~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/scratcher~/Makefile b/scratcher~/Makefile
index 823d3b7..658d38f 100644
--- a/scratcher~/Makefile
+++ b/scratcher~/Makefile
@@ -69,7 +69,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
./tk2c.bash <$*.tk >$*.tk2c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
# strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/scrolllist/Makefile b/scrolllist/Makefile
index cd6ae28..300a6c2 100755
--- a/scrolllist/Makefile
+++ b/scrolllist/Makefile
@@ -34,7 +34,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
.c.pd_linux:
./tk2c.bash < $*.tk > $*.tk2c
gcc $(LINUXCFLAGS) $(INCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/sonogram~/Makefile b/sonogram~/Makefile
index b3d37a1..da74029 100644
--- a/sonogram~/Makefile
+++ b/sonogram~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/speex~/Makefile b/speex~/Makefile
index 754c858..c8fc862 100644
--- a/speex~/Makefile
+++ b/speex~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -L/usr/local/lib -lc -lm -lspeex
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -L/usr/local/lib -lc -lm -lspeex
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s speex~/$*.pd_linux ..
diff --git a/spigot~/Makefile b/spigot~/Makefile
index 72ac0eb..c4f7f34 100644
--- a/spigot~/Makefile
+++ b/spigot~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/stkdrone~/Makefile b/stkdrone~/Makefile
index 705caad..e752f01 100644
--- a/stkdrone~/Makefile
+++ b/stkdrone~/Makefile
@@ -21,7 +21,7 @@ LINUXINCLUDE = -I../../src -I/usr/local/include
.cc.pd_linux: drone.o
g++ -O3 -Wall -D__OS_Linux_ -g -I$(STK_HOME)/include -c drone.cc
g++ $(LINUXCCFLAGS) $(LINUXINCLUDE) -I$(STK_HOME)/include -o $*.o -c $*.cc
- g++ -export_dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/libstk.a -lc -lm -lpthread
+ g++ --export-dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/libstk.a -lc -lm -lpthread
strip --strip-unneeded $*.pd_linux
rm -f *.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/stksitar~/Makefile b/stksitar~/Makefile
index f23c21b..ed218f9 100644
--- a/stksitar~/Makefile
+++ b/stksitar~/Makefile
@@ -21,7 +21,7 @@ LINUXINCLUDE = -I../../src -I/usr/local/include
.cc.pd_linux: sitar.o
g++ -O3 -Wall -D__OS_Linux_ -g -I$(STK_HOME)/include -c sitar.cc
g++ $(LINUXCCFLAGS) $(LINUXINCLUDE) -I$(STK_HOME)/include -o $*.o -c $*.cc
- g++ -export_dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/libstk.a -lc -lm -lpthread
+ g++ --export-dynamic -shared -o $*.pd_linux *.o $(STK_HOME)/src/libstk.a -lc -lm -lpthread
strip --strip-unneeded $*.pd_linux
rm -f *.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/vocoder~/Makefile b/vocoder~/Makefile
index 857530b..4724de0 100644
--- a/vocoder~/Makefile
+++ b/vocoder~/Makefile
@@ -71,7 +71,7 @@ LINUXINCLUDE = -I../../src
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o lpc.o -c lpc.c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o tables.o -c tables.c
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux *.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux *.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..
diff --git a/wahwah~/Makefile b/wahwah~/Makefile
index 0a2837d..e113a15 100644
--- a/wahwah~/Makefile
+++ b/wahwah~/Makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..