libtool-patches
[Top][All Lists]
Advanced

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

[Patch #40] Use ln -sf when installing library links


From: nobody
Subject: [Patch #40] Use ln -sf when installing library links
Date: Thu, 29 Nov 2001 10:41:28 -0500

Patch #40 has been updated. 

Project: 
Category: None
Status: Open
Summary: Use ln -sf when installing library links

Follow-Ups:

Date: 2001-Oct-18 17:02
By: manta

Comment:
This patch detects support for the -f flag to the ln program, and, if available 
uses it when installing the links for libraries instead of rm -f'ing the 
original link.

This is important for our application, because we put our libraries on NFS 
mounts, and programs that use them are constantly starting up on many different 
machines.  Therefore, if we can make the period of time when there is no 
libfoo.so.# link as short as possible, the likelihood
of any program being started and not being able to find its library is 
minimized.


-------------------------------------------------------

Date: 2001-Oct-19 09:55
By: manta

Comment:
Version 2 of this patch renames the autoconf cache variable to 
'lt_cv_prog_LN_SF', instead of 'ac_cv_prog_LN_SF'.

-------------------------------------------------------

Date: 2001-Nov-29 09:41
By: rboehne

Comment:
What version is this for?
I don't think it is wise or necessary to call the new
macro in configure.in/ac.  Since Libtool is going to
use the result the macro must be called by AC_PROG_LIBTOOL
and not elsewhere.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=40&group_id=25



reply via email to

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