我试图建立precimonious在Ubuntu 16.04.3 64位。 我被分配1GB内存吧。 我的文件结构看起来像
~
|--- llvm/
|--- precimonious/
其中LLVM是3.0版本,在提到https://github.com/corvette-berkeley/precimonious#requirement 。 然后我也跟着上的自述步骤,但命令make
与结束
...
llvm[1]: Linking Debug Shared Library libLLVM-3.0.so
collect2: fatal error: ld terminated with signal 9 [Killed]
compilation terminated.
...
我通过一些答案就在网上和他们说,这可能是因为没有足够的内存来执行的链接。 但内存使用像
我的机器上的gcc版本是gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
并通过安装apt-get install build-essential
。 这是我刚上DigitalOcean创建BTW新的液滴。 任何帮助表示赞赏。