April
17
Linux: Error running ./configure – x86_64-unknown-linux
When running ./configure it stops with the following error:
checking build system type… Invalid configuration `x86_64-unknown-linux-‘: machine `x86_64-unknown-linux’ not recognized
Solution:
You are missing the gcc application
Run
sudo pt-get install gcc
or
sudo yum install gcc