I am pretty new to Linux so you will have to excuse me if I appear a bit
thick
I am running Redhat V6.2 with 2.2.14 Kernel if that is of any relevance
I have downloaded wine-20010731.tar.gz and have unzipped it.
When I run ./tools/wineinstall
I get the following message :
Wine installer V0.7
which: no wine in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
Running configure
creating cache ./config.cache
checking whether make sets ${MAKE}... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable found in $PATH
Configure failed, aborting install.
If anyone has any ideas about this I would really appreciate you help
Kind Regards
Bryn Thompson
On Thu, 16 Aug 2001 13:38:24 +0100, "Bryn Thompson" <bryn.thompson@parkinson.co.im> wrote: <snip>>checking for gcc... nogcc is the compiler. The installer needs the compiler to turn the program source into an executable file. Install the development tools on your system and retry until configure does not find any error. Gerard