This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: linking against a freshed libtoolized library
- To: Stéphane Genaud <genaud at icps dot u-strasbg dot fr>,<automake at gnu dot org>
- Subject: Re: linking against a freshed libtoolized library
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Tue, 16 Oct 2001 22:52:12 +1000
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <1003236282.10540.29.camel@guenievre>
Just link against the .la file.
Automake then gets libtool to do the rest.
Rob
----- Original Message -----
From: "Stéphane Genaud" <genaud@icps.u-strasbg.fr>
To: <automake@gnu.org>
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.
...