我花了一段时间查看其他帖子以了解此错误,但与我安装 Nest 的具体问题无关。Nest安装需要./configure来安装,根据
https://nest.github.io/nest-simulator/xcode_workflow
运行 ./configure 时不断收到以下错误:
C 编译器无法创建可执行文件
在重新安装新版本的 python、numpy、scipy、matplotlib、gcc 以及谁知道还有什么之后,我一直收到这个错误。建议?
我花了一段时间查看其他帖子以了解此错误,但与我安装 Nest 的具体问题无关。Nest安装需要./configure来安装,根据
https://nest.github.io/nest-simulator/xcode_workflow
运行 ./configure 时不断收到以下错误:
C 编译器无法创建可执行文件
在重新安装新版本的 python、numpy、scipy、matplotlib、gcc 以及谁知道还有什么之后,我一直收到这个错误。建议?
So, after tinkering around for some time, I finally decided to install Anaconda and used the following command to install the Nest (Neural) Simulation tool:
./configure --prefix=$HOME/opt/nest --without-openmp
This terminal command finally let me continue with the make, make install, and make installcheck portions of the Nest Neural Simulator tool installation. Whew.