Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge swt failed: cannot find -lGL
Date: Wed, 18 Oct 2006 08:11:34
Message-Id: 200610181004.26568.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] emerge swt failed: cannot find -lGL by Iain Buchanan
1 On Wednesday 18 October 2006 03:53, Iain Buchanan wrote:
2 [SNIP]
3 > I worked around it by doing this:
4 > $ cd /usr/lib
5 > $ sudo ln -s /usr/lib/opengl/ati/lib/libGL.so
6 >
7 > but I don't know that this is the right thing to do - how do I tell if
8 > it actually works like this?
9 [SNIP]
10
11 # eselect opengl set ati
12 Switching to ati OpenGL interface... done
13
14 # readlink /usr/lib/libGL.so
15 /usr/lib/opengl/ati/lib/libGL.so
16
17 # eselect opengl set xorg-x11
18 Switching to xorg-x11 OpenGL interface... done
19
20 # readlink /usr/lib/libGL.so
21 /usr/lib/opengl/xorg-x11/lib/libGL.so
22
23 --
24 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] emerge swt failed: cannot find -lGL Iain Buchanan <iaindb@××××××××××××.au>