From f11a29749a147a5cb199db3e79ee5452e05c886d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 9 Jun 2009 17:34:48 +0000 Subject: 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/rhythm_estimator/; revision=11724 --- Makefile | 2 +- Makefile.am | 2 +- Makefile.in | 2 +- 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 -- cgit v1.2.1