Good day!

Yet another problem with libtool (1.5.20) exists:

When I do partial linking using something like these lines in automake:
lib_LTLIBRARIES=liba.la

liba_la_SOURCES=a.c b.c
liba_la_LDFLAGS=-o la.o

I get (fortunately) la.o, which has the following traits:
1. It is being relinked every time I invoke make.
2. It's not being installed with make install.
Is this behaviour intended?


_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to