>>> On 6/24/2008 at 12:09 PM, in message
<[EMAIL PROTECTED]>, "Bernard Li"
<[EMAIL PROTECTED]> wrote:
> Hi Carlo:
> 
> On Tue, Jun 24, 2008 at 3:45 AM, Carlo Marcelo Arenas Belon
> <[EMAIL PROTECTED]> wrote:
> 
>> in any case, since now there are 3 patches and to avoid confusion, I'd
>> committed the patch to trunk with r1452 so it has also a more accurate name 
> to
>> use for comments (if you'd rather remove it from the replies for whatever
>> reason)
> 
> I tested the following use-cases:
> 
> 1) ./configure --libdir
> 2) ./configure --prefix
> 3) ./configure --exec-prefix
> 
> All seems to work except for --exec-prefix.  If I do ./configure
> --exec-prefix=/var, it still hardcodes it to /usr/lib.
> 

This is because the code that Carlo added resets libdir to ${prefix}/lib<xx> if 
--libdir was not specified on linux rather than ${execprefix}/lib<xx> which 
would have been the default.  However, from what I have seen, ${prefix}/lib is 
really what we want on Linux.

Brad


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to