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++ files in i965.

I'm not sure what the deal is with F15. It works quite well on F16 and Arch with:

git clean -fdx; CFLAGS='-m32' CXXFLAGS='-m32' ./autogen.sh --enable-gles2 --enable-gles1 --disable-glu --with-gallium-drivers= --with-dri-drivers=swrast,i965 --enable-texture-float --enable-debug --enable-shared-glapi --enable-glx-tls --enable-32-bit; make -j5

I've never had to use host options or linux32/setarch...
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to