使用llvm-config错误在OS X上构建Julia失败

时间:2016-10-08 13:32:22

标签: llvm julia macos-sierra

我一直在努力在MacOS Sierra建立Julia整天。最后,在解决了很多问题后,我坚持这一点。

/bin/sh: llvm-config: command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
make[1]: llvm-config: Command not found
    CC src/APInt-C.o
In file included from /Users/sudoankit/github/julia/src/APInt-C.cpp:3:
./llvm-version.h:3:10: fatal error: 'llvm/Config/llvm-config.h' file not found
#include <llvm/Config/llvm-config.h>
         ^
1 error generated.
make[1]: *** [APInt-C.o] Error 1
make: *** [julia-src-release] Error 2

我已更新了所有内容,并使用llvm安装了brew。 请告诉我如何解决它。

0 个答案:

没有答案