29 Nov
2001
29 Nov
'01
11:27 p.m.
--- In Boost-Users@y..., Alexandre Carsac
Running 'jam -ftools/build/allyoubase.jam -sTOOLS="gcc-stlport"' results in thousands of 'warning: unknown rule split' and a seg fault...
try something like this (on Win32 it works with -sTOOLS="msvc")
cd boost_1_25_1/tools/build/jam_src
jam -sBOOST_ROOT= -JAMBASE= -sBOOST_BUILD_PATH -sTOOLS="gcc-stlport"
then change to boost_1_25_1 directory
jam -sBOOST_ROOT=. -sTOOLS="gcc-stlport"
Alex
Thanks for the suggestion, but that produces the following output: $ jam -sBOOST_ROOT=. -sTOOLS="gcc-stlport" syntax error at EOF boost-base.jam: No such file or directory warning: unknown rule lib warning: unknown rule dll Segmentation fault