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 for information about passing multi-word options to flags for  
> specific compiler passes.
>          Offending file: /sw/lib/libfluidsynth.la
>          Offending line: inherited_linker_flags='  -framework  
> CoreFoundation'

I think what the validator wants is

   LDFLAGS=-Wl,framework,CoreFoundation

Like this, a too eagerly alphabetically-sorting libtool cannot destroy 
the flag.

-- 
Martin

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to