From owner-freebsd-x11@FreeBSD.ORG Wed Mar 11 19:52:31 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEC4E1065670 for ; Wed, 11 Mar 2009 19:52:31 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.freebsd.org (Postfix) with ESMTP id 43E498FC22 for ; Wed, 11 Mar 2009 19:52:30 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from desktop.xor.net (c122-106-76-0.rivrw1.nsw.optusnet.com.au [122.106.76.0]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n2BJqSFd010272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 12 Mar 2009 06:52:30 +1100 Message-ID: <49B815BF.30704@mailinglist.ahhyes.net> Date: Thu, 12 Mar 2009 06:49:19 +1100 From: Alex User-Agent: Thunderbird 2.0.0.19 (X11/20090221) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20090305161651.GB1369@lobo.ewinter.org> <1236275215.1384.50.camel@widget.2hip.net> <20090305180523.GA2039@lobo.ewinter.org> <20090306133119.1af6894c@ernst.jennejohn.org> <1236363408.55221.16.camel@balrog.2hip.net> <20090306203055.582faa02@ernst.jennejohn.org> <1236371734.1671.5.camel@balrog.2hip.net> <49B3D755.2050308@phat.za.net> <1236536316.1778.22.camel@balrog.2hip.net> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> <1236741375.2091.32.camel@balrog.2hip.net> <49B72FEC.2090909@mailinglist.ahhyes.net> <1236746127.2091.33.camel@balrog.2hip.net> <49B7600A.50204@mailinglist.ahhyes.net> <49B76134.5050501@mailinglist.ahhyes.net> <49B76330.60703@mailinglist.ahhyes.net> <1236761094.1697.5.camel@balrog.2hip.net> <49B7AEE7.4060704@mailinglist.ahhyes.net> <1236796811.1679.9.camel@balrog.2hip.net> In-Reply-To: <1236796811.1679.9.camel@balrog.2hip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Radeon DRIVER X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2009 19:52:32 -0000 In order to build from git, you need 3 things. > devel/git, devel/autotools and devel/xorg-macros. > > git clone the driver repo. > ./autogen.sh > make > make install > > robert. > Have all the above already. Build is broken. Got all the sources from git, issued ./autogen.sh --prefix=/usr/local and then gmake.. No go.. It seems it cant find pciutils? [root@desktop ~/xf86-video-radeonhd]# gcc -lpci /usr/bin/ld: cannot find -lpci Any ideas?