[dundee] compiling probs

Jonathan Riddell dundee at lists.lug.org.uk
Wed Aug 13 14:41:00 2003


On Wed, Aug 13, 2003 at 02:34:31PM +0100, Keir Lawson wrote:
> when trying to compile, from source, several different games (cube) i
> get the following error:
> 
> /usr/bin/ld: cannot find -lGLU
> 
> how do i solve this?

You need libGLU.

apt-get install xlibmesa4-glu

or equivalent for your distribution.

Jonathan Riddell