質問

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?

役に立ちましたか?

解決

Run the command:

sudo apt-get install build-essential
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top