Wine installation error in openSuSE 11.2

Questions about Wine on Linux
Locked
craz4cats
Newbie
Newbie
Posts: 1
Joined: Wed Jul 14, 2010 4:21 pm

Wine installation error in openSuSE 11.2

Post by craz4cats »

Hello, when I execute my wineinstall file, i get the following error:

William@linux-uavs:~/Documents/wine-1.0.1> ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
William@linux-uavs:~/Documents/wine-1.0.1> ^C
William@linux-uavs:~/Documents/wine-1.0.1>

What causes this error, and how do i fix it?
I can send you the full 'config.log' file if necessary.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

You don't have any compiler installed, so you can't compile anything at all. Install build-essentials and see the Wiki on how to compile Wine for its dependencies and further instructions.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine installation error in openSuSE 11.2

Post by vitamin »

craz4cats wrote:checking for gcc... no
http://wiki.winehq.org/Recommended_Packages
Locked