gpt4 book ai didi

c++ - 如何为新安装的 Boost 添加编译器包含路径和链接器库路径?

转载 作者:IT老高 更新时间:2023-10-28 11:14:00 26 4
gpt4 key购买 nike

我有 RHEL 5.2,安装了 Boost 1.33。我下载了 boost_1_44_0.tar.bz2。并 build 它。完成后显示:

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

/home/dfe/Archive/boost_1_44_0

The following directory should be added to linker library paths:

/home/dfe/Archive/boost_1_44_0/stage/lib
  1. 如何添加上述包含路径?
  2. 当我执行“rpm -q boost”时,它显示 boost-1.33.1-10.el5。为什么会这样,我安装的是 1.44 版?
  3. 有没有更好的方法来安装最新版本的 Boost?

最佳答案

在 Linux 系统上安装软件总是需要三个步骤:

  1. 配置——“检查”
  2. make —“在当前目录下构建软件”
  3. make install —“将文件复制到系统,以便其他软件可以使用该软件”

您可能执行了相当于 make 的操作,但没有执行相当于 make install 的操作。你需要运行

sudo ./b2 install

运行后./b2

关于c++ - 如何为新安装的 Boost 添加编译器包含路径和链接器库路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4123618/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com