CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-g nu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Comando di costruzione 'cd wine-0.9.12~winehq1 && dpkg-buildpackage -b -uc' fallito. E: Processo figlio fallito
Hope this can help
Saturday, May 6, 2006, 12:48:50 PM, Marco Eminente wrote:
CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-g nu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Comando di costruzione 'cd wine-0.9.12~winehq1 && dpkg-buildpackage -b -uc' fallito. E: Processo figlio fallito
Hope this can help
Wine does not compiles as 64-bit ATM. See for more information http://wiki.winehq.org/WineOn64bit
Vitaliy.
On Monday, May 08, 2006 00:20, Vitaliy Margolen wrote:
Saturday, May 6, 2006, 12:48:50 PM, Marco Eminente wrote:
CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-g nu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Comando di costruzione 'cd wine-0.9.12~winehq1 && dpkg-buildpackage -b -uc' fallito. E: Processo figlio fallito
Hope this can help
Wine does not compiles as 64-bit ATM. See for more information http://wiki.winehq.org/WineOn64bit
Vitaliy.
He was trying to build it as a 32-bit application (see gcc -m32), but he's missing all of the 32-bit libs to do so.
Marco: You need to install the 32-bit compatibility libs to build Wine, as suggested by the link above.
- Neil
On Mon, 2006-05-08 at 02:49 -0400, Neil Skrypuch wrote:
On Monday, May 08, 2006 00:20, Vitaliy Margolen wrote:
Saturday, May 6, 2006, 12:48:50 PM, Marco Eminente wrote:
CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-g nu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [config.status] Error 77 Comando di costruzione 'cd wine-0.9.12~winehq1 && dpkg-buildpackage -b -uc' fallito. E: Processo figlio fallito
Hope this can help
Wine does not compiles as 64-bit ATM. See for more information http://wiki.winehq.org/WineOn64bit
Vitaliy.
He was trying to build it as a 32-bit application (see gcc -m32), but he's missing all of the 32-bit libs to do so.
Marco: You need to install the 32-bit compatibility libs to build Wine, as suggested by the link above.
- Neil
I'm pretty sure you need more than that. See this bug I filed in Dapper:
https://launchpad.net/distros/ubuntu/+source/ia32-libs/+bug/43320
Thanks, Scott Ritchie