Error compiling on Xubuntu: /bin/sh: 1: /gcc: not found

joelkolb

New member
I am running Xubuntu 16.10 64 bit. I am not very proficient with Linux but I am experimenting with building an HTPC and retro gaming PC and I would love to add OpenBOR. I am trying to compile OpenBOR 3.0 build 4429 from SVN. I keep getting the following error:

Code:
$ sudo make BUILD_LINUX=1
Compiling LINUX Port: openbor.c...
/bin/sh: 1: /gcc: not found
Makefile:783: recipe for target 'openbor.o' failed
make: *** [openbor.o] Error 127

Can anybody help me fix this? Thanks.
 
Don't use make directly. Instead, run
Code:
./build.sh 4

You also don't need to use sudo.
 
Back
Top Bottom