sugarenda - 2009-08-01

I want compile and install "Tux the Penguin" in my distro linux "Ubuntu 9.04", in the file README, I have read:

"First make sure that you have the following packages
installed:

OpenGL (or Mesa) + GLIDE (if yuo have a 3Dfx card)
GLUT (the GL Utility Toolkit)
PLIB (which can be obtained from:
http://www.woodsoup.org/projs/plib"

but the site is off-line.

I have installed by repository with Synaptic:

the pack "libgl1-mesa-dev" for "OpenGL (or Mesa)"
the packs "libglide3" and "libglide3-dev" for "GLIDE"
the packs "freeglut3" and "freeglut3-dev" for "GLUT"
the pack "plib1.8.4-dev" for "PLIB"

The OpenGL should be installed because, when I type:

glxinfo|grep OpenGL

the result:

get fences failed: -1
param: 6, val: 0
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 845G GEM 20090326 2009Q1 RC2 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 7.4
OpenGL extensions:

but if I type:

auto-apt run ./configure

or

./configure

the result:

Entering auto-apt mode: ./configure
Exit the command to leave auto-apt mode.
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for windows.h... (cached) no
checking for X... (cached) libraries , headers 
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for glNewList in -lGL... (cached) no
checking for glNewList in -lMesaGL... (cached) no
checking for gluLookAt in -lGLU... (cached) no
checking for gluLookAt in -lMesaGLU... (cached) no
checking for glutGetModifiers in -lglut... (cached) no
checking for glutGetModifiers in -lfreeglut... (cached) no
checking for ALopenport in -laudio... (cached) no
checking for ANSI C header files... (cached) no
checking for GL/gl.h... (cached) yes
checking for GL/glu.h... (cached) yes
checking for GL/glut.h... (cached) yes
checking for windows.h... (cached) no
checking for joystick.h... (cached) no
checking for linux/joystick.h... (cached) yes
creating ./config.status
creating Makefile
creating contrib/Makefile
creating data/Makefile
creating doc/Makefile
creating fonts/Makefile
creating images/Makefile
creating models/Makefile
creating mods/Makefile
creating penguin/Makefile
creating slamcode/Makefile
creating src/Makefile
creating wavs/Makefile

Why I can't compile and Install?

Which packs I need?

Thank in advance.