$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas.Haas_at_[hidden]
Date: 2007-11-27 06:10:25
Hi all,
I'm trying to compile Boost 1.34.1 under x86 Solaris with SunStudio 5.8
compiler. Unfortunatly I run in the same problems as described in
http://listarchives.boost.org/boost-build/2007/06/16760.php
from
http://listarchives.boost.org/boost-build/2007/06/16761.php
I learnt there could be a means to patch build.sh that would
lead to a consistent build process.
Right now I'm starting build.sh with "sunpro" as to build the bjam
utility and pass "--with-toolset=sunpro" to configure script. This
works, but then make fails as it lacks the sunpro.jam:
./tools/jam/src/bin.solaris/bjam -sICU_PATH=/usr --user-config=user-config.jam
sunpro.jam: No such file or directory
actually there is a tools/build/v2/tools/sun.jam but no sunpro.jam ...
Can someone suggest a patch to fix the build?
Thanks,
Andreas