boost bjam v2 64bit 编译
时间:2010-11-29 来源:blackcat
研究良久,才明白这么搞:
在boost_inc下,
编辑
vim tools/build/v2/tools/gcc.jam
在750行处,添加
toolset.flags $(toolset).compile USER_OPTIONS $(condition)/<link>static
: -fPIC : unchecked ;
toolset.flags $(toolset).compile.c++ USER_OPTIONS $(condition)/<link>static
: -fPIC : unchecked ;
然后
./bjam -a --with-python stage
这里用到是boost1.43, linuxas5 64bit
修改的是gcc的toolset的定义。
我自己做个备份吧。
相关阅读 更多 +