libtool
[Top][All Lists]
Advanced

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

Re: TODO


From: Bob Friesenhahn
Subject: Re: TODO
Date: Wed, 10 Nov 2004 15:40:21 -0600 (CST)

On Wed, 10 Nov 2004, Noah Misch wrote:

A problem exists in that if a library is already installed on
the system, it may be used by accident, either at build time, or at
install time.  This masks serious build/install ordering issues.

Yes.

Automake could unmask these issues by unlinking every file it is about to
install before installing them.  Unfortunately, this would keep the user from
meaningfully specifying `install' options to, for example, make backup copies.
As you say, using distcheck is a robust way to flush out these issues.

This won't work reliably because it is older (i.e. different shared library version) libraries which cause the problem. The older shared libraries should not be unlinked. The existing libraries may be discovered in a different directory than the new libraries are being intalled in.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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