首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ngspice安装错误

ngspice安装错误
EN

Ask Ubuntu用户
提问于 2020-04-12 14:23:16
回答 1查看 201关注 0票数 0

在尝试安装ngspice时,它显示了此错误。

config.status: error: in /home/farazrabbani/Downloads/ngspice-31/release': config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). Seeconfig.log‘以获取更多细节

我试着从不同的网站找到解决方案,但我做不到

请帮帮我。

EN

回答 1

Ask Ubuntu用户

发布于 2020-04-12 17:07:44

您实际上不需要从源代码编译NGSpice。

它可以从官方的多体存储库上获得。要安装,请执行以下操作:

代码语言:javascript
复制
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get install ngspice

如果您需要从软件和更新中的启用源代码库编译它,然后获得构建依赖项:

代码语言:javascript
复制
sudo apt-get build-dep ngspice

然后按照您的计划继续编译过程。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1226495

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档