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) _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool