[Mesa-dev] [Bug 101199] nouveau_screen.c: undefined reference to `nouveau_drm_del'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 29 16:51:32 UTC 2017


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

--- Comment #6 from Emil Velikov <emil.l.velikov at gmail.com> ---
I'd imagine that the system libdrm_nouveau is v2.6.65 or earlier and the issue
happens only during make install. Is that correct?

If so, it may be a libtool bug^feature and this workaround should work:
$ export LD_LIBRARY_PATH=/path/to/libdrm/2.4.80/lib/:$LD_LIBRARY_PATH
$ ./configure ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170529/31292d28/attachment.html>


More information about the mesa-dev mailing list