Hi, I am trying to build Nim on a dply server, following the instructions on the Nim Github page.
This has always worked for me, but on these servers, some package is missing. I have installed git and build-essential on a 16.04 Ubuntu; yet when I run ./koch boot -d:release I get
Error: execution of an external program failed: 'gcc -c -w -O3 -fno-strict-aliasing -I/root/Nim/lib -o nimcache/release/compiler_nim.o nimcache/release/compiler_nim.c'
FAILURE
Any other packages that may be needed?