-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error: gcc-X.Y: No such file or directory #33
Comments
Hava you solved this problem? |
Change gcc-4.9 to gcc in CMakeLists.txt
|
我也是这样 您解决了吗啊 |
是没有安装NTL库的原因,cuHE需要NTL依赖,安装之后就没错了。NTL网站:https://libntl.org/doc/tour-gmp.html |
请问下,我安装好了NTL的库,但是为什么仍然出现这个问题呢 |
解决了,是因为ntl编译的时候没有加上-fPIC,所以重新在ntl的makefile文件中-fPIC即可 |
I am getting an error when I do make. It appears to be looking for a directory gcc-X.Y where X.Y is the gcc version number.
If I cmake without any arguments it looks for a directory gcc-4.9.
If I specify
cmake -DGPU_ARCH:STRING=50 -DGCC_CUDA_VERSION:STRING=gcc-7.4.0 ./
(gcc 7.4.0 is what I have in my system)
It complains about not finding gcc-7.4.0
The text was updated successfully, but these errors were encountered: