On 03/02/2010 01:59 AM, mpsuz...@hiroshima-u.ac.jp wrote: > Hi, > > At present, GNU libtool cares raw "-framework" options > and exports them to inherited_linker_flags in .la file. > > But if "-framework" is quoted by -Wl, or -Xlinker options, > they are just passed to the linker transparently, and not > exported to .la file. So the framework dependency caused > by -Wl,-quoted options are invisible. > > Attached is a patch to care -Wl,-framework and -Xlinker > -framework. Also tests/inherited_flags.at is extended to > check various combinations of -Wl and -Xlinker. For detailed > background, please check the discussion in fink-devel:
Hi, So you decided to submit a patch, I was hoping you would just add the raw -framework flags to your package :) Why is it not possible for you to avoid quoting the -framework Cocoa with -Wl, or -Xlinker? Using the raw -framework Cocoa in a package you control is perfectly fine, regardless of how downstream packagers deal with things. Peter