> Christoph Egger wrote: > | Hi! > | > | > | Say you have the following Makefile.am: > | > | ------------------------------------------------------------------- > | lib_LTLIBRARIS = foo.la > | > | foo_la_SOURCES = foo1.c foo2.c > | foo_la_LDFLAGS = -Xlinker -framework -Xlinker ApplicationServices \ > | -Xlinker -framework -Xlinker Carbon > | ------------------------------------------------------------------- > | > | This generates a convinience libtool library. > | > | The wrong thing here is the 'inherited_linker_flags' variable > | in the file foo.la just holds a blank rather > | -Xlinker -framework -Xlinker ApplicationServices -Xlinker -framework > | -Xlinker Carbon > | > | Impacted are all Darwin versions. > > What happens if you remove the "-Xlinker"s ?
Hey, then 'inherited_linker_flags' contains -framework ApplicationServices -framework Carbon which is right. > I will be away for two weeks starting in about 9 hours, so I may not get > back to you on this for a little while, sorry. Well, have a nice time. > > Peter -- Greetings, Christoph GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
