Re: compiling 32bit libraries on x86-64 system

2009-01-09 Thread Ian Romanick
On Thu, Jan 01, 2009 at 08:23:05PM -0800, Dirk Hohndel wrote: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like I have a bunch of scripts that wrap up my builds, and I have some

RE: compiling 32bit libraries on x86-64 system

2009-01-02 Thread Wichmann, Mats D
xorg-boun...@lists.freedesktop.org wrote: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like LDFLAGS=-L/opt/X11R7-32/lib ./configure --prefix=/opt/X11R7-32 --enable-32-bit

Re: compiling 32bit libraries on x86-64 system

2009-01-02 Thread Nikos Chantziaras
Dirk Hohndel wrote: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like LDFLAGS=-L/opt/X11R7-32/lib ./configure --prefix=/opt/X11R7-32 --enable-32-bit --build=x86-linux

Re: compiling 32bit libraries on x86-64 system

2009-01-01 Thread tom fogal
Dirk Hohndel hohn...@infradead.org writes: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like LDFLAGS=-L/opt/X11R7-32/lib ./configure --prefix=/opt/X11R7-32 --enable-32-bit