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