Glam Prestige Journal

Bright entertainment trends with youth appeal.

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?

1 Answer

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

1