From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 35658] New: Building r*00 driver fails : undefined reference
to `radeon_gem_get_kernel_name'
Date: Fri, 25 Mar 2011 07:00:31 -0700 (PDT)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id F320C9E734
for ;
Fri, 25 Mar 2011 07:00:31 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
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@lists.freedesktop.org
ReportedBy: yann@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.