05 2018 档案
摘要:SCons Pros: Based on a full-fledged programming language, Python. This means you can make the build system do pretty much anything you can figure out
阅读全文
摘要:问题: 安装编译完 Boost 后,如果不设置 BOOST_ROOT 和 BOOST_BUILD_PATH 则可能导致使用 bjam 时定位到 Boost 默认的路径 /usr/share/boost-build,而如果此目录下已有系统默认的 Boost 相关安装文件,就会导致 Boost 当前版本
阅读全文
摘要:问题: Ubuntu 14.04,gcc 4.8.4,以默认方式编译 boost 1.67 后,使用 Boost.Python 时,gcc 提示找不到 boost python 链接库。 方案: 查看默认的编译库路径 /usr/local/lib/,发现其下已经有动态链接文件 libboost_py
阅读全文
摘要:ldconfig: configure dynamic linker run-time binds. 比如,我编译完 boost 后(boost 的有些库需要编译后生成动态或静态库使用,例如 Python,Regex 等,详见 Boost 说明文档),需要将编译库路径,比如 /usr/local/l
阅读全文