[Fink-devel] Framework linker flag in Compile script

2010-01-04 Thread Ebrahim Mayat
Hello all While testing the fluidsynth info file for a package update on 10.4.11 powerpc, I got the following error: /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O2 -fomit-frame- pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual

Re: [Fink-devel] Framework linker flag in Compile script

2010-01-04 Thread Martin Costabel
Ebrahim Mayat wrote: [] CompileScript: ./configure %c LDFLAGS=-framework CoreFoundation make I still get the following complaint: Validating .deb dir /sw/src/fink.build/root-fluidsynth-dev-1.1.1-280... Error: The -framework flag may get munged by libtool. See the gcc manpage

Re: [Fink-devel] Framework linker flag in Compile script

2010-01-04 Thread Ebrahim Mayat
On Mon, 2010-01-04 at 11:31 +0100, Martin Costabel wrote: I think what the validator wants is LDFLAGS=-Wl,framework,CoreFoundation Like this, a too eagerly alphabetically-sorting libtool cannot destroy the flag. Many thanks, Martin! Adding SetLDFLAGS: -Wl,

Re: [Fink-devel] Framework linker flag in Compile script

2010-01-04 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/4/10 8:03 AM, Ebrahim Mayat wrote: On Mon, 2010-01-04 at 11:31 +0100, Martin Costabel wrote: I think what the validator wants is LDFLAGS=-Wl,framework,CoreFoundation Like this, a too eagerly alphabetically-sorting libtool cannot