cannot compile anything with gcc on cygwin32; missing cygisl-10.dll

感情迁移 提交于 2019-12-23 16:43:27

问题


I have a problem wit compilation with gcc on 32-bit cygwin. The message is:

C:/cygwin/lib/gcc/i686-pc-cygwin/4.9.3/cc1plus.exe: error while loading shared libraries: cygisl-10.dll: cannot open shared object file: No such file or directory

And that is true. I have cygisl-13.dll instead of cygisl-10.dll. I'm not sure whether this is just more recent version of the same library or something different.

On the other hand I do have cygisl-10.dll but not cygisl-13.dll in cygwin64 and I'm able to compile programs.

Is it configuration issue or broken package database?


回答1:


That file is part of the libisl10 package:

$ apt-cyg listfiles libisl10 | grep cygisl-10.dll
usr/bin/cygisl-10.dll


来源:https://stackoverflow.com/questions/32897685/cannot-compile-anything-with-gcc-on-cygwin32-missing-cygisl-10-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!