[Mesa-dev] [Bug 80848] [dri3] Building mesa fails with dri3 enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 28 05:16:15 PDT 2014


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

--- Comment #12 from Juha-Pekka Heikkilä <juhapekka.heikkila at gmail.com> ---
I did look bit more into this. I notice at linking stage there is no /opt/lib
in LIBRARY_PATH nor in "sys_lib_search_path_spec" inside libtool. So
PKG_CONFIG_PATH allowed to find correct headers for compile time but not
correct libraries for linking time. :/

I fixed this with "PKG_CONFIG_PATH=/opt/lib/pkgconfig CFLAGS=-L/opt/lib
CXXFLAGS=-L/opt/lib" on my autogen line and it seemed to work for me, I can
compile with dri3 enabled again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140728/e3d3b309/attachment.html>


More information about the mesa-dev mailing list