Re: [gentoo-user] emerge swt failed: cannot find -lGL

2006-10-18 Thread Bo Ørsted Andresen
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 if it actually works like this? [SNIP] # eselect opengl set ati

Re: [gentoo-user] emerge swt failed: cannot find -lGL

2006-10-18 Thread Iain Buchanan
On Wed, 2006-10-18 at 10:04 +0200, Bo Ørsted 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

[gentoo-user] emerge swt failed: cannot find -lGL

2006-10-17 Thread Iain Buchanan
Hi all, I was just performing a routing update recently, and swt failed with this error: * Building OpenGL component cc -O -Wall -DSWT_VERSION=3232 -DLINUX -DGTK -I/opt/blackdown-jdk-1.4.2.03/include -I/opt/blackdown-jdk-1.4.2.03/include/linux -fPIC -c glx.c cc -O -Wall -DSWT_VERSION=3232

Re: [gentoo-user] emerge swt failed: cannot find -lGL

2006-10-17 Thread Iain Buchanan
On Wed, 2006-10-18 at 10:55 +0930, Iain Buchanan wrote: Hi all, I was just performing a routing update recently, and swt failed with this error: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lGL I worked around it by doing this: $ cd /usr/lib $