[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: linking against a freshed libtoolized library
From: |
Robert Collins |
Subject: |
Re: linking against a freshed libtoolized library |
Date: |
Tue, 16 Oct 2001 22:52:12 +1000 |
Just link against the .la file.
Automake then gets libtool to do the rest.
Rob
----- Original Message -----
From: "Stéphane Genaud" <address@hidden>
To: <address@hidden>
Sent: Tuesday, October 16, 2001 10:44 PM
Subject: linking against a freshed libtoolized library
Hi,
I would like my Makefile.am to build a library (say libiasp)
with libtool, and then build a binary using functions
from that library, before the library has been installed
into its definitive directory.
...