Bug 35658

Summary: Building r*00 driver fails : undefined reference to `radeon_gem_get_kernel_name'
Product: Mesa Reporter: Yann Le Doaré <yann>
Component: Drivers/DRI/r200Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: medium    
Version: 7.10   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Yann Le Doaré 2011-03-25 07:00:30 UTC
(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)
Comment 1 Yann Le Doaré 2011-03-25 07:31:56 UTC
I configured Mesa with " make linux-dri"
when this is done with "./configure", r200 linking is OK.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.