Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Configure fail when install from source code #4748
Comments
hlzz
commented
Oct 4, 2016
|
+1 got the same problem when build it on centos |
ShichenLiu
commented
Oct 4, 2016
|
I don't know whether something wrong with the java environment |
ShichenLiu
commented
Oct 4, 2016
|
Guess what, using bazel with version 3.1.0 can solve the problem. Bazel team should really think of their downward compatibility |
ShichenLiu
closed this
Oct 4, 2016
rayglover-ibm
referenced this issue
in rayglover-ibm/serving-caffe
Feb 8, 2017
Closed
tensorflow ./configure failing #4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ShichenLiu commentedOct 4, 2016
I Installed with following settings: centOS 7, CUDA 7.5, cudnn v4, python 2.7
After I filling in the configurations using
./configureand I got this error
When I tried with v0.9 there is no such problem. And I don't need those android features.
Anybody encountered the same problem? How can I fix this issue?