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.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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