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, 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
/usr/local/lib/libboost_regex-sw-1_34.so.1.34.0     /usr/local/lib/libboost_regex-sw-mt.a
/usr/local/lib/libboost_regex-sw-mt-1_34.a          /usr/local/lib/libboost_regex-sw-mt.so


Thanks for the help.


--
Brandon Barker
Phone: (859) 948-5335