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
solve the building issues "Undefined reference to symbol 'ceil@@GLIBC_2.2.5'" #3097
Conversation
This is to solve #3070, the solution is inspired from bazelbuild/bazel#934 and #1171
Can one of the admins verify this patch? |
@tensorflow-jenkins test this please |
Sadly doesn't work on mac, let me find an example of how to fix this. |
tensorflow/third_party/gpus/cuda/BUILD Line 64 in 4c789e3
|
I am facing the same error. Is there a fix/patch for it yet? |
This is the fix/patch, it just needs one more modification before it can go in. |
So the patch worked for me but gives an error:
Full error O/P: |
@vrv , I modified as the example does |
@tensorflow-jenkins test this please |
Fixes it for Ubuntu 16.04 too. |
@vrv I'm still running into this issue on RHEL 6.7 using gcc 4.7.2. This patch is included in my source, since I just puled recently. Any suggestions? EDIT:
|
Just fix it manually Op 5 sep. 2016 om 23:52 heeft Rasmi <notifications@github.commailto:notifications@github.com> het volgende geschreven: @vrvhttps://github.com/vrv I'm still running into this issue on RHEL 6.7 using gcc 4.7.2. This patch is included in my source, since I just puled recently. Any suggestions? You are receiving this because you commented. |
This is to solve the bug
Undefined reference to symbol 'ceil@@GLIBC_2.2.5'
#3070,
the solution is inspired from bazelbuild/bazel#934 and #1171