oprofile 二进制构建错误 -(未找到自由库)

Sam*_*Sam 6 linux ubuntu performance oprofile

在我的主机(Ubuntu 15.04)上下载 oprofile 源代码后,出于某些原因,我需要自己构建二进制文件。

我输入以下命令来构建二进制文件

./configure && make && make install
Run Code Online (Sandbox Code Playgroud)

并得到错误信息

configure: error: liberty library not found
Run Code Online (Sandbox Code Playgroud)

通过搜索此错误的修复程序,我发现需要安装一个包。

sudo apt-get install binutils-dev
Run Code Online (Sandbox Code Playgroud)

但是,即使软件包已成功安装,仍会出现相同的错误。

有什么我可以检查的吗?

谢谢

Sam*_*Sam 8

刚刚找到答案。

请点击链接:

配置错误:未找到 Iberty 库

这回答了我的问题。