Boost logo

Boost-Build :

Subject: Re: [Boost-build] building boost using custom gcc
From: Aaron Cody (aaron_at_[hidden])
Date: 2015-04-08 22:14:34


hello
I have built gcc-4.9.2 from source and it lives at prefix /opt/gcc-4.9.2
I want to build boost 1.57 against that toolset.
I tried generating a user-configs.jam file that points to the new
toolset, but no luck so far - when I examine the resulting boost so's
I see that they are still linking with my system standard c++
libraries in /lib64 and /usr/lib64 instead of the new ones under
/opt/gcc-4.9.2/lib64 ...

Q:Is there a concrete example of doing this out there somewhere that I
can follow?

TIA

On Wed, Apr 8, 2015 at 6:49 PM, Aaron Cody <aaron_at_[hidden]> wrote:
> hello
> I have built gcc-4.9.2 from source and it lives at prefix /opt/gcc-4.9.2
> I want to build boost 1.57 against that toolset.
> I tried generating a user-configs.jam file that points to the new
> toolset, but no luck so far - when I examine the resulting boost so's
> I see that they are still linking with my system standard c++
> libraries in /lib64 and /usr/lib64 instead of the new ones under
> /opt/gcc-4.9.2/lib64 ...
>
> Q:Is there a concrete example of doing this out there somewhere that I
> can follow?
>
> TIA


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk