【问题标题】:use of make depend while compiling fips enabled openssl编译 fips 时使用 make depend 启用 openssl
【发布时间】:2013-10-29 16:40:40
【问题描述】:

我有 solaris 10 机器。我正在尝试在其中编译启用 fips 的 openssl。

我无法使用 GNU gcc 构建共享库。

但是使用 sun cc 构建成功。但是sun cc没有makedepend。

那么在编译时跳过 make depend 选项是否安全?

在openssl中make依赖有什么用?

【问题讨论】:

    标签: linux compilation openssl makefile solaris


    【解决方案1】:

    makedepend 安装在 Solaris 10 上的 /usr/openwin/bin 中,如果您安装了 X11 软件 - 如果您安装了它,请确保它在您的 $PATH 中。开发人员通常使用它向 Makefile 中插入有关哪些 .o 文件依赖于哪些 .c 和 .h 文件的信息,以便在他们编辑软件时,他们只能重建依赖于他们编辑的源的 .o 文件。

    【讨论】:

      猜你喜欢
      • 2018-09-07
      • 1970-01-01
      • 2018-08-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-18
      • 1970-01-01
      相关资源
      最近更新 更多