This is what happens when i run the ./tools/wineinstall WINE Installer v0.74 Running configure... configure: creating cache config.cache checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. Configure failed, aborting install. Im new to Linux... if someone knows how can i install it propperly or fix it.... any help is welcome
Do you have gcc installed? (Type gcc). On Thu, 2003-10-30 at 13:37, Fernando wrote:> This is what happens when i run the ./tools/wineinstall > > > WINE Installer v0.74 > > Running configure... > > configure: creating cache config.cache > checking build system type... i686-pc-linux-gnuoldld > checking host system type... i686-pc-linux-gnuoldld > checking whether make sets $(MAKE)... yes > checking for gcc... no > checking for cc... no > checking for cc... no > checking for cl... no > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details. > > Configure failed, aborting install. > > > Im new to Linux... if someone knows how can i install it propperly or > fix it.... any help is welcome > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users-- Paul Kopacz <pkopacz@uoguelph.ca>
--- Fernando <slayer_gothmog@ono.com> escribi?: > This is what happens when i run the> ./tools/wineinstall > > > WINE Installer v0.74 > > Running configure... > > configure: creating cache config.cache > checking build system type... i686-pc-linux-gnuoldld > checking host system type... i686-pc-linux-gnuoldld > checking whether make sets $(MAKE)... yes > checking for gcc... no > checking for cc... no > checking for cc... no > checking for cl... no > configure: error: no acceptable C compiler found in > $PATH > See `config.log' for more details. > > Configure failed, aborting install. > > > Im new to Linux... if someone knows how can i > install it propperly or > fix it.... any help is welcomeAs configure says; it cannot find a C compiler. It's either not installed (most likely) or it's not in the path. Try rpm -q gcc If it's installed as a rpm-package, then the command above will display the version you have. You can also try locate gcc If you find it to be installed then include the path to the gcc binary in your path, e.g. if it's installed in /usr/bin/ then you do export PATH=$PATH:/usr/bin/ However, it will be a lot less hassel if you download the appropriate rpm-package[1] for your system and install that. e.g rpm -i wine-20031016-1rh9winehq.i686.rpm (the rpm in the example is for a red hat 9 system with pentium class processor) --ph [1] http://sourceforge.net/project/showfiles.php?group_id=6241 ___________________________________________________ Yahoo! Messenger - Nueva versi?n GRATIS Super Webcam, voz, caritas animadas, y m?s... http://messenger.yahoo.es
You can a wine RPM, a RPM allows you to install a program on linux like you install a program on windows, you just click on it and follow the on-screen instructions. You can get wine RPMs from this page: http://sourceforge.net/project/showfiles.php?group_id=6241
Parece ser que no tengo los paquetes gcc instalados en mi sistema... es RedHat 8.0 sobre un procesador pentium. He intentado localizar los paquetes de gcc en rpm, ya que como soy nuevo en linux no estoy seguro de como instalarlos, pero no consigo encontrarlos. Muchas gracias por tu consejo previo. Poco a poco voy aprendiendo y se agradece que la gente eche un cable. Si no es mucha molestia, ?podrias decirme donde conseguir el paquete que busco?
Install gcc on your machine. If you have your Redhat CD's you'll find it there as an RPM. Paul On Thu, 2003-10-30 at 13:37, Fernando wrote:> This is what happens when i run the ./tools/wineinstall > > > WINE Installer v0.74 > > Running configure... > > configure: creating cache config.cache > checking build system type... i686-pc-linux-gnuoldld > checking host system type... i686-pc-linux-gnuoldld > checking whether make sets $(MAKE)... yes > checking for gcc... no > checking for cc... no > checking for cc... no > checking for cl... no > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details. > > Configure failed, aborting install. > > > Im new to Linux... if someone knows how can i install it propperly or > fix it.... any help is welcome > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users-- Paul Kopacz <pkopacz@uoguelph.ca>
http://sourceforge.net/project/showfiles.php?group_id=6241
gcc ya esta incluido con Redhat 8.0. Para instalar gcc, tiene que hacer: -Toce ALT+F2, redhat-config-packages -seleccionar los paquetes debajo "Development" -"Update" o "Install Now", no recuerdo cual, pero es muy claro. Para verificar si tiene gcc, toce ALT-F2 xterm -toce gcc Si solamente quieres wine, no neccesite gcc; puedes installar una RPM de Wine. !Espero que esto usted ayudaria, como muy tarde! Disculpe que mi espanol es muy malo.