boost

Ceci est une ancienne révision du document !


Compilation

archive boost_1_34_1 dans /local/apps/src
en s'inspirant de cette page:

> module load ss12
> setenv PATH ${PATH}:/usr/ccs/bin (à cause de ld)
> cd tools/jam/src/
> ./build.sh sunpro | & tee BUIL.LOG

Pas sur qu'il faille faire la ligne suivante?:

     ln -s bin.solaris bin # to run regression tests later

Pour avoir bjam dans le PATH:

> setenv PATH /local/apps/src/boost_1_34_1/tools/jam/src/bin.solaris:${PATH}
> bjam -sTOOLS=sunpro -j2 -d2 stage|& tee BJAM.LOG
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
###
### No toolset specified. Please use --toolset option.
###
### Known toolsets are: acc, borland, cc, como, darwin, gcc, gcc-nocygwin, intel-linux, intel-win32, kcc, kylix, metrowerks, mingw, mipspro, msvc, qcc, sunpro, tru64cxx, vacpp, vc7, vc8, vmsdecc
###

il y a donc des options qui ont changées…

> find . -name sun.jam
./tools/build/v2/tools/sun.jam
> bjam --toolset=sun -j2 -d2 stage | & tee BJAM.LOG

</code>

  • boost.1215102183.txt.gz
  • Dernière modification : 2017/08/25 09:55
  • (modification externe)