61

I want to install one package named speech_tools-2.1-release.tar.gz. After I run command ./configure in this package, it show me a message:

Configure: error: no acceptable C compiler found in $PATH  
See 'config.log' for more details  

What do I do?

con-f-use
  • 19,041

1 Answers1

94

Run sudo apt-get install build-essential to install the C compiler.

mikewhatever
  • 33,013