Question

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?

Was it helpful?

Solution

Run the command:

sudo apt-get install build-essential
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top