Hello.
I’m trying to install a program using ‘make’, but so far keep coming up short. According to the ReadMe file all i need to do is:
./configure
make
In terminal i navigate inside the programs folder to where the make files are and do the ./configure, it appears to complete ok. I then do the make command and get:
gcc -g -O -O0 -DUSE_OLD_TTY -c -o coms.o coms.c
make: gcc: Command not found
make: *** [coms.o] Error 127
The make files inside the programs folder are:
makefile
makefile.cygwin
makefile.in
makelib
Can anyone shed some light on how to do this.
thanks