Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C compiler not found, Ubuntu

I'm trying to install wine on a 64bits, so I followed this : http://wiki.winehq.org/WineOn64bit

And when I launch configure, I have this error :

"configure: error: no acceptable C compiler found in $PATH"

But the whereis gcc says:

"gcc: /usr/lib/gcc"

What shoud I do now?

like image 350
cecile Avatar asked Mar 21 '14 11:03

cecile


1 Answers

Run the command:

sudo apt-get install build-essential
like image 181
Aakash Jain Avatar answered Sep 21 '22 22:09

Aakash Jain