libtool
[Top][All Lists]
Advanced

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

Linking just some static


From: Jan Engelhardt
Subject: Linking just some static
Date: Sun, 15 Feb 2009 02:10:28 +0100 (CET)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

Hi,


is it somehow possible to specify that only a given set of libraries is 
supposed to be linked in statically into a program? Something along the 
lines of...

bin_PROGRAMS = foo bar
foo_LDADD = libabc.la -( -static libdef.la -) libghi.la
bar_LDADD = libdef.la libghi.la

(assuming --enable-shared)




reply via email to

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