Wine install on an acer aspire one help

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JamieRob
Newbie
Newbie
Posts: 1
Joined: Fri Aug 22, 2008 8:59 am

Wine install on an acer aspire one help

Post by JamieRob »

Hello

I have an acer aspire one running Linpus Linux Lite v1.0.7.E and i am having problems installing Wine v1.0. Before i start i will say that i am a Linux nOOb and have limited experience with the terminal screen. I have tried compiling wine using ./configure but all i get back is

[user@localhost wine-1.0]$ ./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.

Can anyone point me in the right direction please, any help is greatly appreciated.

Thank you in advance
John Drescher

Wine install on an acer aspire one help

Post by John Drescher »

On Fri, Aug 22, 2008 at 12:46 PM, JamieRob <[email protected]> wrote:
Hello

I have an acer aspire one running Linpus Linux Lite v1.0.7.E and i am having problems installing Wine v1.0. Before i start i will say that i am a Linux nOOb and have limited experience with the terminal screen. I have tried compiling wine using ./configure but all i get back is

[user@localhost wine-1.0]$ ./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.
This means you do not have gcc installed.

John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine install on an acer aspire one help

Post by vitamin »

JamieRob wrote:Can anyone point me in the right direction please, any help is greatly appreciated.
http://wiki.winehq.org/Recommended_Packages
Locked