[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: libtool question
- To: Linux-IL Mailing list <linux-il(at-nospam)cs.huji.ac.il>
- Subject: RE: libtool question
- From: oron(at-nospam)actcom.co.il
- Date: Sun, 06 May 2001 22:15:55 +0300 (IDT)
- In-Reply-To: <Pine.LNX.4.30.0105061417350.21631-100000@europa.betalfa.org.il>
- Sender: oron(at-nospam)actcom.co.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On 06-May-2001 Oded Arbel wrote:
> I'm trying to use libtool to help me build a library. I wrote a simple
> Makefile (here's a snippet :
> ...
Good. libtool is the way to build libraries in different environment and
stay sane.
> I've tried to link against the .la file buf ld failed saying that
> it didn't recognize the file format. linking against the .al file in the
> libs directory worked though (after I created a soft link to libMyLib.a
> of course). I was wandering if this is the correct behaviour, and if I
Just like you use libtool to run the compile command, you should use
it for every other step: link, local testing, installing.
info libtool is your friend.
But, If you started using good tools, why stop at libtool?
Use automake/autoconf to write the Makefile for you. It has good support
for libtool.
------------------------------------------------
Oron Peled Voice/Fax: +972-4-8228492
oron@actcom.co.il http://www.actcom.co.il/~oron
"If it's not source, it's not software." -- www.gnu.org
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il