--- 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 welcome As 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 _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users