[Mesa-dev] [Bug 37862] Mesa 7.11-devel implementation error: _mesa_texstore_null() is called

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 6 13:48:36 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37862

--- Comment #7 from Benjamin Bellec <b.bellec at gmail.com> 2011-06-06 13:48:36 PDT ---
(In reply to comment #6)
> imake and LLVM was required to get it ready. And after ./autoconfig.sh it asked
> me to use gmake instead of make.
make is a shortcut for gmake (the Gnu Make).
Look at "ls -l /usr/bin/gmake"

> But are these drivers now 32b or 64b?
They are as your system is (so 64-bits I guess).


> And where should I put them.....and which of them I should use?
You can install them on your system by doing "make install" (in root) after
compilation (ie. make).
If you haven't specify a directory with autogen, they will go in
/usr/local/lib.
In this case, you must specify the directory when lauching a command, like
that:

$ LD_LIBRARY_PATH="/usr/local/lib" LIBGL_DRIVERS_PATH="/usr/local/lib/dri"
glxinfo
for instance.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list