I'm trying to build precimonious on Ubuntu 16.04.3 x64. I allocated 1GB memory for it. My file structure looks like
~|--- llvm/|--- precimonious/
where the llvm is on version 3.0 as mentioned at https://github.com/corvette-berkeley/precimonious#requirement. Then I followed the steps on the README but command make
ended with
...llvm[1]: Linking Debug Shared Library libLLVM-3.0.socollect2: fatal error: ld terminated with signal 9 [Killed]compilation terminated....
I went through some answers online and they say it might because there's not enough memory to perform the link. But the memory usage is likeImage may be NSFW.
Clik here to view.
The gcc version on my machine is gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
and was installed via apt-get install build-essential
. This is a fresh droplet I just created on DigitalOcean btw. Any help is appreciated.