Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
e there is no problem. ./configure --x-libraries=/usr/X11R6/lib32 LD='ld -m elf_i386' AS will default to as --32, gcc to gcc -m32...; do not set AS to gcc -m32, though I've seen it somewhere; LD is set properly only after wine-20040919 More detail below: Le mercredi 05 janvier

Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
braries=/usr/X11R6/lib32 LD='ld -m elf_i386' AS will default to as --32, gcc to gcc -m32...; do not set AS to gcc -m32, though I've seen it somewhere; LD is set properly only after wine-20040919 More detail below: Le mercredi 05 janvier 2005 Ã 20:45 -0500, Vincent BÃron a Ãcrit : >

Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
braries=/usr/X11R6/lib32 LD='ld -m elf_i386' AS will default to as --32, gcc to gcc -m32...; do not set AS to gcc -m32, though I've seen it somewhere; LD is set properly only after wine-20040919 More detail below: Le mercredi 05 janvier 2005 Ã 20:45 -0500, Vincent BÃron a Ãcrit : >

bi-arch on an amd64

2005-01-05 Thread Gabriel de Perthuis
Hello, I'm trying to get wine cross compiled for my distrib, a 64-bit ubuntu. I'm using: a gcc-3.4 bi-arch toolchain (gcc built with --enable-multilib); the wine-20041201 tarball; this configure command (CC is ccache gcc-3.4): AS="as --32" CC="$CC -m32" CXX="$CXX -m32" ./configure --x-libraries=/us