libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Replacing ar with libtool


From: Bob Friesenhahn
Subject: Re: Replacing ar with libtool
Date: Sun, 11 Aug 2024 08:10:54 -0500 (CDT)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Sat, 10 Aug 2024, Simon Richter wrote:

Libtool supports "convenience libraries", which are unpacked and repacked automatically to merge all objects to a single large library. That takes a bit of extra time in a build and cannot be parallelized either, but in large projects it makes the Makefile.am a little more readable.

Libtool "convenience libraries" are evil. If a project is using Automake, then using a non-recursive build will allow avoiding such things and dramatically improve build times. Automake is not required, but it makes the task easier.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]