$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] RE Building boost libraries for x86_64 platform
From: Juan Antonio Farré Basurte (jafb_at_[hidden])
Date: 2009-04-02 22:27:36
> It's not the prefix that is screwed up. It's the libdir, which he is
> claiming is hardcoded as `${PREFIX}/lib'. On x86_64 multilib
systems,
> this should almost always be `${PREFIX}/lib64'.
>
> For reference, the autoconf way to do this is by using:
>
> ./configure --prefix=/x --libdir=/x/lib64
>
This answers my question.
Thanks a lot :)
Juan