59

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
  • 18,613
  • 20
  • 88
  • 142
Sovannarith
  • 693
  • 1
  • 5
  • 6

1 Answers1

91

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

mikewhatever
  • 32,243
  • 10
  • 87
  • 98