[Mesa-dev] Help for a beginner

Kevin DeKorte kdekorte at gmail.com
Thu Oct 6 10:10:46 PDT 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/06/2011 11:02 AM, Romain Failliot wrote:
> 2011/10/6 Heath Feather <hfeather at tabula.com>:
>> Try seeing which libraries you're picking up , here my LD_LIBRARY_PATH
>> was set to /home/hfeather/work/downloads/Mesa-7.0.1/lib64/
> 
> Thanks!
> Actually I don't have a lib64 directory, but just lib.
> What did you do to build for 64 bits?
> 
> BTW I've got F15 64bits.

If you have F15, you should have a /usr/lib64 directory where mesa
should be installed..

I use the following command to build mesa for r600g

./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-dri-drivers=""
- --with-gallium-drivers=r600,swrast --enable-gallium-egl --enable-xcb
- --enable-openvg --enable-gles1 --enable-gles2 --enable-texture-float
- --enable-vdpau --enable-xvmc --enable-osmesa --enable-xorg


To build the 32bit version, I checkout another copy of mesa into a
directory named mesa-32 and use the following command

./autogen.sh --prefix=/usr --libdir=/usr/lib --with-dri-drivers=""
- --with-gallium-drivers=r600,swrast --enable-gallium-egl --enable-xcb
- --enable-openvg --enable-gles1 --enable-gles2 --enable-texture-float
- --enable-vdpau --enable-xvmc --enable-osmesa --enable-32-bit
- --enable-gallium-llvm


Kevin

- -- 
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk6N4RMACgkQ6w2kMH0L1dFSaACfVRiU3r9XsLhFzzvlHnrz3XFC
hlQAnjL6rrfQlZjOt1IFQDO6CVT9QnZy
=Ds3I
-----END PGP SIGNATURE-----


More information about the mesa-dev mailing list