Re: bi-arch on an amd64 SUCCESS

2005-02-08 Thread Alex Woods
It turns out, it's actually a problem with kernel 2.6.10 that I was encountering, and the multilib build is a success. With kernel 2.6.9 wine runs perfectly. To round things up, here are the steps I took to achieve this: 1. Apply patch below (will be submitting to wine-patches) 2. Move your /usr

Re: bi-arch on an amd64

2005-02-07 Thread Alex Woods
On Mon, Feb 07, 2005 at 12:02:37PM +, Alex Woods wrote: > I too am trying to compile a working multilib wine. I have got a little > further, and actually have a binary that doesn't produce any errors now. > Unfortunately, it doesn't seem to do anything at all, and just returns > me to the comm

Re: bi-arch on an amd64

2005-02-07 Thread Alex Woods
I suppose I should have actually attached the patch too.. -- Alex diff -urN wine-20050111.orig/configure.ac wine-20050111/configure.ac --- wine-20050111.orig/configure.ac 2005-01-10 13:26:33.0 + +++ wine-20050111/configure.ac 2005-02-07 11:37:34.247339872 + @@ -978,7 +978,7 @

Re: bi-arch on an amd64

2005-02-07 Thread Alex Woods
Hi, I too am trying to compile a working multilib wine. I have got a little further, and actually have a binary that doesn't produce any errors now. Unfortunately, it doesn't seem to do anything at all, and just returns me to the command line with an exit status of 2. I've yet to dig into that o

Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
> OK, it boils down to a regression between wine-20040914 and wine-20040919: wine won't run, and fails with: wine: could not exec hUlUhUlUp/bin/wine-pthread I suppose this problem is not new, since bleeding-edge hoary still sticks to 20040919. For the record, here is how to build wine from an amd6

Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
OK, it boils down to a regression between wine-20040914 and wine-20040919: binaries won't run (wine: could not exec hUlUhUlUp/bin/wine-pthread). I suppose this problem is not new, since bleeding-edge hoary still sticks to this release. For the record, here is how to build wine from an amd64: Use t

Re: bi-arch on an amd64

2005-01-06 Thread Gabriel de Perthuis
OK, it boils down to a regression between wine-20040914 and wine-20040919: binaries won't run (wine: could not exec hUlUhUlUp/bin/wine-pthread). I suppose this problem is not new, since bleeding-edge hoary still sticks to this release. For the record, here is how to build wine from an amd64: Use t

Re: bi-arch on an amd64

2005-01-05 Thread Vincent Béron
Le mer 05/01/2005 à 17:27, Gabriel de Perthuis a écrit : > 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): > A

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