SyntaxNet Bazel构建失败:gcc:错误:无法识别的命令行选项' -h'

时间:2016-06-05 15:20:53

标签: tensorflow bazel syntaxnet

尝试在Ubuntu 14.04 LTS上安装SyntaxNet,使用gcc无法识别的命令行选项' -h'进行构建失败。 搜索了gcc文档,似乎没有这样的命令行选项。 有人见过这个吗?

sudo /home/user/bin/bazel test --linkopt=-headerpad_max_install_names --spawn_strategy=standalone --genrule_strategy=standalone \ 
    syntaxnet/... util/utf8/...
INFO: Found 65 targets and 12 test targets...
ERROR: /home/user/.cache/bazel/_bazel_root/1a72b3057373bad6ae8a8f20db5423d4/external/re2/BUILD:9:1: Linking of rule '@re2//:re2' failed: gcc failed: error executing command /usr/bin/gcc -shared -o bazel-out/local-opt/bin/external/re2/libre2.so -pthread -no-canonical-prefixes -B/usr/bin -B/usr/bin -pass-exit-codes '-Wl,--build-id=md5' '-Wl,--hash-style=gnu' ... (remaining 3 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
gcc: error: unrecognized command line option '-h'
INFO: Elapsed time: 0.857s, Critical Path: 0.45s

0 个答案:

没有答案