Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Yuffie on 19 October 2002, 06:40

Title: compiling WineX??
Post by: Yuffie on 19 October 2002, 06:40
when i try to compile WineX this is what i get =[

[alex@localhost wine]$  ./configure --with-x --disable-trace --enable-opengl --disable-debug
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target 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

if i try to ./tools/wineinstall, i get this error..

[alex@localhost wine]$ ./tools/wineinstall
WINE Installer v0.71

which: no wine in (/usr//bin:/bin:/usr/bin::/usr/local/bin:/usr/X11R6/bin:/usr/games:/home/alex/bin)
Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target 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

Configure failed, aborting install.

Why? =/
Title: compiling WineX??
Post by: rtgwbmsr on 19 October 2002, 06:41
You don't have a code compiler. Get GCC or something...

http://gcc.gnu.org/ (http://gcc.gnu.org/)
Title: compiling WineX??
Post by: voidmain on 19 October 2002, 07:55
The compiler should have come with your distro, you need to install it from your CDs.