Murray Cumming wrote:
>> libfoo_la_LDADD = exceptions/libexceptions.la factories/libfactories.la

<> libtool complains that the .la libraries are not libtool
>> objects.

Tom Tromey <[EMAIL PROTECTED]>
> This seems like it should work.
> Maybe it is a libtool problem of some kind?

> I'd like to add an example of this working to the automake manual.

Sorry, I meant that
libfoo_la_LDADD = exceptions/libexceptions.a factories/libfactories.a
doesn't work. Notice the .a instead of the .la.

Apparently I should do with this with a noinst_LTLIBRARIES, so you do need to
correct the bit in the automake manual that says that it isn't allowed.



Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
+44 7971 226563

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to