bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inherited linker flags misses linker flags on darwin


From: Christoph Egger
Subject: inherited linker flags misses linker flags on darwin
Date: Sat, 6 Aug 2005 12:32:37 +0200 (MEST)

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.


-- 
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]