Re: linking against a freshed libtoolized library

2001-10-16 Thread Stéphane Genaud
le mar 16-10-2001 at 14:52 Robert Collins a écrit : > Just link against the .la file. > > Automake then gets libtool to do the rest. > > Rob Ok, thanks Robert, it worked. I tried this a few days ago but gave up after a few errors due to syntax (i tried something like remodl_LDADD = -L. -l libia

Re: linking against a freshed libtoolized library

2001-10-16 Thread Robert Collins
Just link against the .la file. Automake then gets libtool to do the rest. Rob - Original Message - From: "Stéphane Genaud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 10:44 PM Subject: linking against a freshed libtoolized library

linking against a freshed libtoolized library

2001-10-16 Thread Stéphane Genaud
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. However, i don't know if a correct way to proceed is to link my binary with the libiasp.