配置软件时出错

时间:2015-11-02 15:18:22

标签: c++ gcc compiler-errors malloc configure

尝试配置软件时出现以下错误:

checking for vector... yes
checking for malloc in -ljemalloc... no
configure: error: Need jemalloc

网络上的解决方案没有奏效。我尝试安装jemalloc-devel包,jemalloc,libjemalloc包但它们不会安装。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libjemalloc

安装libjemalloc1没有帮助。我仍然得到同样的错误。

checking for vector... yes
checking for malloc in -ljemalloc... no
configure: error: Need jemalloc

机器是Ubuntu 15.04,带有gcc 4.9.2。感谢。

1 个答案:

答案 0 :(得分:3)

您的系统中缺少 jemalloc 包。