【发布时间】:2016-02-02 12:45:56
【问题描述】:
我在尝试配置软件时收到以下错误:
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 。谢谢。
【问题讨论】:
-
你试过安装
libjemalloc包 -
您是否收到有关为什么 jemalloc-devep 软件包无法安装的任何反馈?
-
为什么当我说我尝试了解决方案时却投了反对票???不要像这样投反对票。
-
@molbdnilo 是的,我说的。请看编辑。谢谢。
-
如果您不具体说明what 您尝试了哪些包、哪些命令、在哪个系统上以及确切的错误,那么说您“尝试了解决方案”是没有用的。
标签: c++ gcc compiler-errors malloc configure