[OpenAFS-devel] Re: adding "make check" to build slaves

Derrick Brashear shadow@gmail.com
Tue, 10 Apr 2012 17:32:45 -0400


On Tue, Apr 10, 2012 at 5:27 PM, Andrew Deason <adeason@sinenomine.net> wrote:
> On Tue, 10 Apr 2012 22:21:04 +0100
> Simon Wilkinson <simonxwilkinson@gmail.com> wrote:
>
>> You can't run anything directly from the build tree (we'll end up
>> pulling in the installed libraries rather than the local ones),
>
> For the purposes of 'make check', I thought we'd just use
> LD_LIBRARY_PATH; isn't that good enough? (or does that not exist
> everywhere?)

on macos it's DYLD_LIBRARY_PATH; on HP-UX, SHLIB_PATH unless you're 64
bit. then LD_LIBRARY_PATH *also* works.
AIX has LIBPATH. all work ~basically the same.

> I'm not touching the issue of 'make dest' installation, but for running
> tests I thought that'd be okay.



-- 
Derrick