我有
- GNU make 4.0版
- g ++ / gcc版本4.9.2
命令 make clean
工作得很好
但是当我使用命令时 make
编译
我收到了这个错误
C:/cygwin64/lib/gcc/x86_64-pc-cygwin/4.9.2/cc1plus.exe: error while loading shared libraries: cygisl-10.dll: cannot open shared object file: No such file or directory
Makefile:6: recipe for target 'prog' failed
make: *** [prog] Error 1
我做错了什么?我错过了什么?
1
我有完全相同的编译问题(它与make无关 - 它与编译器依赖性有关)。看我的帖子: tinyurl.com/opy5tlx
—
ardabro
我想我同意你的编译而不是编译。在我的univ计算机上,他们有4.9.0版本,一切都很好。在我的笔记本电脑上使用cygwin,我只能得到4.9.2或4.9.3或5.2.0
—
Lord Rixuel