[Mesa-dev] [Bug 94394] Compile Mesa , specific compilation , /usr/bin/ld: cannot find -ldrm

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 4 23:52:35 UTC 2016


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

--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> ---
You are attempting to do a 32bit build on a 64bit platform. Thus the 32bit
dependencies should be met, there is no other way ;-)
The PKG... variable should be set before the configure call, and must point the
the .pc files for the 32bit libraries. 

So something like the following

$ export PKG_CONFIG_PATH=/usr/lib/pkgconfig
$ ./configure ...

As configure runs it will prompt for the missing libraries. Install those and
retry,

If you want to build 64bit mesa on a 64bit platform, you don't need any 32bit
libraries.

Hope that makes things clearer.

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


More information about the mesa-dev mailing list