ubuntu64-bitwine

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?


Solution

  • Run the command:

    sudo apt-get install build-essential