[Mesa-dev] Woes of --enable-32-bit on x86-64 Fedora 15
Kenneth Graunke
kenneth at whitecape.org
Sat Mar 31 00:45:07 PDT 2012
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...
More information about the mesa-dev
mailing list