-
Notifications
You must be signed in to change notification settings - Fork 137
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
configure problem #34
Comments
We have tested in 14.04, 15.04 and 15.10 using gcc 5.2.1. What are the error messages you receive?
|
That the huge number of errors... and now I reinstall my ubuntu with version 14.04 ,so the gcc aslo changed to version 4.8.4.
|
Did you use "-L/.../cuda7.5/lib64" ? |
I got the same errors when I tried compiling earlier today. It turned out that I had an older version of cudnn in my cuda7.5/lib64 and cuda7.5/include directories. Make sure that you don't have a prior version lurking somewhere on your path that is being referenced over v5. |
Yep, I remove the older version of cudnn in cuda7.5/lib64 and the huge number of errors disappeared. But the new error occur.
My ubuntu version is 14.04-64bit and my cudnn aslo is 64-bit. |
I try to configure marvin in ubuntu 14.10 gcc 5.2.1 cuda 7.5 cudnn V5 but failed.
Could you tell me your ubuntu & gcc version in success case?
The text was updated successfully, but these errors were encountered: