[Bug 35658] New: Building r*00 driver fails : undefined reference to `radeon_gem_get_kernel_name'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 25 07:00:31 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=35658
Summary: Building r*00 driver fails : undefined reference to
`radeon_gem_get_kernel_name'
Product: Mesa
Version: 7.10
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/DRI/r200
AssignedTo: dri-devel at lists.freedesktop.org
ReportedBy: yann at linuxconsole.org
(Not sure this is a Mesa bug)
Into Mesa/src/mesa/drivers/dri/r*00/Makefile : RADEON_LDFLAGS is used, but not
defined into ../../../../../configs/current
To fix it, I added
RADEON_LDFLAGS = `pkg-config --libs libdrm_radeon`
into this Mesa/configs/current file
(using xorg-server-1.9.5)
--
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 dri-devel
mailing list