[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: libtool question

From: Graham Hughes <graham_at_lynda.com>
Date: 2001-08-30 18:48:25 CEST

On 29 Aug 2001 17:25:26 -0500, kfogel@collab.net wrote:
> Near the end of `make install', one sometimes sees something like
> this:
>
> Remember to run 'libtool --finish /usr/local/lib'
>
> I don't always see this, just sometimes. When it does say it, I
> sometimes do what it says, and sometimes don't. Never seems to hurt
> either way. The libtool documentation is pretty vague about what the
> command does:
>
> "Complete the installation of libtool libraries on the system."
>
> Does anyone know, is this important to do?

My recollection:

It's vague because it has to be; the operation varies from Unix to Unix.
All it does on most Linux systems is run ldconfig, I think, and all that
does for this purpose is shuffle symlinks in /usr/local/lib; if you
never change the major version of the library then you won't need to do
it, *on that platform*.

Other Unicies could be considerably more anal about this, and in fact
might; I understand that shared libraries on AIX are particularly
irritating.

-- 
Graham Hughes <graham@lynda.com>
GNUPG fingerprint: 5A6B 3786 6722 6897 7118  00E4 FFE6 3360 D2D7 5CDF
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.