在尝试安装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‘以获取更多细节
我试着从不同的网站找到解决方案,但我做不到
请帮帮我。
发布于 2020-04-12 17:07:44
您实际上不需要从源代码编译NGSpice。
它可以从官方的多体存储库上获得。要安装,请执行以下操作:
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get install ngspice如果您需要从软件和更新中的启用源代码库编译它,然后获得构建依赖项:
sudo apt-get build-dep ngspice然后按照您的计划继续编译过程。
https://askubuntu.com/questions/1226495
复制相似问题