Boost logo

Boost-Build :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-07-09 15:07:50


On Jul 9, 2007, at 3:07 AM, Brandon Barker wrote:

> I still haven't solved this issue. Any Solaris users out there?
>
> On 6/29/07, Brandon Barker <brandon.barker_at_[hidden]> wrote:
>>
>> I'm trying to build boost 1.34 on Solaris 10. I have tried both
>> gcc and sun
>> compilers. With sun CC, I had a bit more success (may libraries
>> built)
>> though they ended up being 32 bit.
>>
>> Here is my user-config.jam :

What version of Sun's compiler are you using (CC -V)?

It seems like the -m64 option is being ignored. I have this in my
user-config.jam for sun-5.9 and we use it to build non-Boost 64 bit
libraries okay.

using sun
        : 5.9
        : /opt/Studio12/SUNWspro/bin/CC
        : <stdlib>sun-stlport
          <cxxflags>-native64
        ;

-- Noel


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