Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-09 05:37:36


On Monday 09 July 2007 13:07, 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:
> > Hello,
> >
> > 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 :
> >
> > import toolset : using ;
> > using sun : : /usr/bin/CC : <cxxflags>-library=stlport4 -m64
> > <linkflags>-library=stlport4 ;
> >
> > # Python configuration
> > using python : 2.3 : /opt/csw ;
> >
> >
> > And here is how I am executing the build:
> >
> >
> > bash-3.00$ bjam --build-dir=`pwd` --toolset=sun address-model=64 stage
> >
> > These are probably erroneous in more ways than one. I'm particularly
> > interested in the regex libraries, however, I don't see libboost_regex.so
> > after doing an install,

What makes you think there should be libboost_regex.so library? Per

        http://boost.org/more/getting_started/unix-variants.html#library-naming

I'd expect to see

        libboost_regex-sw*

libraries.

> > only:
> >
> > bash-3.00$ ls /usr/local/lib/libboost_regex
> > -sw*
> > /usr/local/lib/libboost_regex-sw-1_34.a
> > /usr/local/lib/libboost_regex-sw-mt-1_34.so
> > /usr/local/lib/libboost_regex-sw.a
> > /usr/local/lib/libboost_regex-sw-1_34.so
> > /usr/local/lib/libboost_regex-sw-mt-1_34.so.1.34.0
> > /usr/local/lib/libboost_regex- sw.so

What's wrong with this last one?

- Volodya


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