From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GaA88-0005L0-HR for garchives@archives.gentoo.org; Wed, 18 Oct 2006 12:02:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9IBwEdB024921; Wed, 18 Oct 2006 11:58:14 GMT Received: from mail.netspace.net.au (thunder.netspace.net.au [203.10.110.71]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9IBsWLO029808 for ; Wed, 18 Oct 2006 11:54:34 GMT Received: from [172.16.0.52] (dsl-203-113-237-3.SA.netspace.net.au [203.113.237.3]) by mail.netspace.net.au (Postfix) with ESMTP id BA2AB4C0A8 for ; Wed, 18 Oct 2006 21:54:30 +1000 (EST) Subject: Re: [gentoo-user] emerge swt failed: cannot find -lGL From: Iain Buchanan To: gentoo-user@lists.gentoo.org In-Reply-To: <200610181004.26568.bo.andresen@zlin.dk> References: <1161134707.9922.15.camel@orpheus> <1161136433.9922.21.camel@orpheus> <200610181004.26568.bo.andresen@zlin.dk> Content-Type: text/plain; charset=utf-8 Date: Wed, 18 Oct 2006 21:24:32 +0930 Message-Id: <1161172472.4837.6.camel@orpheus> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k9IBwEdd024921 X-Archives-Salt: eb994469-38f4-40e7-875c-1a44ab1145f4 X-Archives-Hash: 1e1f7f2357a9255064d10bfc7987f4d5 On Wed, 2006-10-18 at 10:04 +0200, Bo =C3=98rsted Andresen wrote: > On Wednesday 18 October 2006 03:53, Iain Buchanan wrote: > [SNIP] > > I worked around it by doing this: > > $ cd /usr/lib > > $ sudo ln -s /usr/lib/opengl/ati/lib/libGL.so > > > > but I don't know that this is the right thing to do - how do I tell i= f > > it actually works like this? > [SNIP] >=20 > # eselect opengl set ati > Switching to ati OpenGL interface... done >=20 > # readlink /usr/lib/libGL.so > /usr/lib/opengl/ati/lib/libGL.so >=20 > # eselect opengl set xorg-x11 > Switching to xorg-x11 OpenGL interface... done >=20 > # readlink /usr/lib/libGL.so > /usr/lib/opengl/xorg-x11/lib/libGL.so $ sudo eselect opengl set ati Switching to ati OpenGL interface... done $ readlink /usr/lib/libGL.so /usr/lib/opengl/ati/lib/libGL.so looks fine. $ sudo eselect opengl set xorg-x11 Switching to xorg-x11 OpenGL interface... done $ readlink /usr/lib/libGL.so $ looks wrong! I did a bit of snooping, and found that libGL.so comes from mesa, so I re-merged mesa (media-libs/mesa-6.5.1-r1) and it seems to be working again: $ readlink /usr/lib/libGL.so /usr/lib/opengl/xorg-x11/lib/libGL.so now, can googleearth work with mesa? it seems to lock-up at the splash screen... thanks! --=20 Iain Buchanan The good oxymoron, to define it by a self-illustration, must be a planned inadvertency. -Wilson Follett --=20 gentoo-user@gentoo.org mailing list