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
commitf11a29749a147a5cb199db3e79ee5452e05c886d (patch)
treefc6feeb31fbc581be35a64f39d2b5336e6a143c8
parent8873993ded18ca3bd9bb40acc6f79d81d4796d52 (diff)
replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHEADsvn2git-headexternals/rhythm_estimator
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/rhythm_estimator/; revision=11724
-rw-r--r--Makefile2
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 949c7c5..66e65c4 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ pdincludedir = $(pddir)/src
INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
pdinstall_DATA = AUTHORS COPYING NEWS README TODO bang-eater.pd cama99.ps click1.wav click2.wav drumboy~.pd drunk-metro.pd ping~.pd rhythm_estimator.pd rhythm_estimator_example.pd rhythm_estimator_example2.pd
diff --git a/Makefile.am b/Makefile.am
index 3f5a064..718c42b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
## Install the documentation.
diff --git a/Makefile.in b/Makefile.in
index f9c79c4..504a78a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ pdincludedir = $(pddir)/src
INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch
-LDFLAGS = -export_dynamic -shared
+LDFLAGS = --export-dynamic -shared
pdinstall_DATA = AUTHORS COPYING NEWS README TODO bang-eater.pd cama99.ps click1.wav click2.wav drumboy~.pd drunk-metro.pd ping~.pd rhythm_estimator.pd rhythm_estimator_example.pd rhythm_estimator_example2.pd