$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-06-20 23:37:51
On Jun 20, 2007, at 6:39 PM, Benson Margulies wrote:
> I decided to try to run the regression suite. Unfortunately, the  
> regression suite isn't working with --toolsets=sunpro.
>
> # Building "process_jam_log" ("/sunblade1/benson/boost/boost/tools/ 
> jam/src/bin.solaris/bjam" --v2 "-sBOOST_BUILD_PATH=/sunblade1/ 
> benson/boost" "-sBOOST_ROOT=/sunblade1/benson/boost/boost" sunpro)...
I have the same problem, both the sun-5.7 and sun-5.8 (Studio 10 and  
11) compilers seg fault when compiling process_jam_log.cpp.  Here's  
what I get:
sun.compile.c++ ../../../bin.v2/tools/regression/build/sun-5.7/ 
release/link-static/process_jam_log.o
 >> Signal 11:
     while processing ../process_jam_log.cpp at line 378.
     "/opt/SUNWspro/bin/CC" -xtarget=ultra4 -xarch=v9b -xcode=pic32 - 
fast -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"../../.." -c -o "../../../ 
bin.v2/tools/regression/build/sun-5.7/release/link-static/ 
process_jam_log.o" "../process_jam_log.cpp"
While I can build bjam with the Sun compilers okay, I have to use gcc  
to build process jam log.  You may want to try building your own  
process_jam_log executable by hand, even though it's only really  
necessary if you plan on running regression tests.  Here's what I do:
cd boost/tools/regression/build
"/sierra/Dev/kbelco/boost/boost/tools/jam/src/bin.solaris/bjam" --v2  
"-sBOOST_BUILD_PATH=/sierra/Dev/kbelco/boost" "-sBOOST_ROOT=/sierra/ 
Dev/kbelco/boost/boost" sun
-- Noel