execがgcc
静的にリンクするような方法でコンパイルしようとしています。私は走るbjam link=static runtime-link=static
ことがトリックをするべきだと思いましたか?これを試してみると、次のようなエラーが発生します。
...failed gcc.link TGT/bin/gcc-4.5.1/debug/link-static/runtime-link-static/datagen...
gcc.compile.c++ TGT/bin/gcc-4.5.1/release/link-static/runtime-link-static/base_data_gen.o
gcc.link TGT/bin/gcc-4.5.1/release/link-static/runtime-link-static/datagen
/usr/bin/ld: cannot find -lstdc++
/usr/bin/ld: cannot find -lm
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
私が走ったとき、これらは来ませんbjam link=static
。お知らせ下さい ?