Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-31 Thread Kenneth Graunke
On 03/30/2012 09:31 AM, Ian Romanick wrote: Building the i965 driver with --enable-32-bit is just broken on Fedora 15. It seems to work for folks on other distros, but I get a lot of failure during linking i965_dri.so. Linking i915_dri.so works, and the difference seems to be the presence of C++

[Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Ian Romanick
Building the i965 driver with --enable-32-bit is just broken on Fedora 15. It seems to work for folks on other distros, but I get a lot of failure during linking i965_dri.so. Linking i915_dri.so works, and the difference seems to be the presence of C++ files in i965. The generated libtool

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I also, am having trouble building 32 bit.. I use this configure command CFLAGS='-m32' CXXFLAGS='-m32' ./autogen.sh --prefix=/usr - --libdir=/usr/lib --with-dri-drivers= - --with-gallium-drivers=r600,swrast --enable-gallium-egl - --enable-openvg

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Adam Jackson
On 3/30/12 12:31 PM, Ian Romanick wrote: Building the i965 driver with --enable-32-bit is just broken on Fedora 15. It seems to work for folks on other distros, but I get a lot of failure during linking i965_dri.so. Linking i915_dri.so works, and the difference seems to be the presence of C++

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Ian Romanick
On 03/30/2012 02:15 PM, Adam Jackson wrote: On 3/30/12 12:31 PM, Ian Romanick wrote: Building the i965 driver with --enable-32-bit is just broken on Fedora 15. It seems to work for folks on other distros, but I get a lot of failure during linking i965_dri.so. Linking i915_dri.so works, and the

Re: [Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15

2012-03-30 Thread Kevin DeKorte
I actually got it working again, without using setarch. I had to drop the --enable-xorg and added LDFLAGS=-m32. And then re applied my patch and I could build in 32 bit mode again after a make clean. Kevin On Mar 30, 2012 3:32 PM, Ian Romanick i...@freedesktop.org wrote: On 03/30/2012 02:15 PM,