11

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?

cecile
  • 293
  • 1
  • 4
  • 17

1 Answers1

37

Run the command:

sudo apt-get install build-essential
Aakash Jain
  • 1,963
  • 17
  • 29