autoconf
[Top][All Lists]
Advanced

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

Re: RPATH for unit tests


From: Bob Friesenhahn
Subject: Re: RPATH for unit tests
Date: Tue, 17 Apr 2012 12:07:47 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Tue, 17 Apr 2012, James K. Lowden wrote:

The problems are:

1.  How to make sure the unit tests link to the build directory and not
the install directory?  After all, the point of running the unit tests
is to test the code just built, not the old version currently
installed.

2.  How to *test* the utilties against the libraries in the build tree,
but run them normally linked to the install tree?

Both of these issues are mostly solved by GNU libtool, which is part of Autotools.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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