Olrich
July 25th, 2005, 01:02 AM
I recently downloaded Scourge (http://scourge.sourceforge.net) and ran ./configure. It seems to go fine until this section.
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.1... yes
checking for SDL_JoystickOpen... no
*** This version of SDL doesn't have joystick support.
*** Configuring without joystick support.
checking for Mix_OpenAudio in -lSDL_mixer... no
*** SDL_mixer not found. Configuring without audio support.
checking for SDLNet_Init in -lSDL_net... no
*** SDL_net not found. Configuring without network support.
checking for GL library... no
checking for GL library (with pthreads)... no
checking for MesaGL library... no
checking for MesaGL library (with pthreads)... no
checking for opengl32 library... no
checking for opengl32 library (with pthreads)... no
configure: error: Cannot find GL library
Upon looking at other threads with this problem it was recommended to install build-essential and the -dev versions of all necessary libraries. I have done all this and my problems still exist. THe SDL and OpenGL header and library files are in the default locations configure looks in, and even if specify the folder in which they are in, it still fails. I am running an ATI Radeon 9600 XT on an nForce2 mb, with fglrx working properly. I am completely at a loss to why this is not working. Any and all help will be greatly appreciated.
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.1... yes
checking for SDL_JoystickOpen... no
*** This version of SDL doesn't have joystick support.
*** Configuring without joystick support.
checking for Mix_OpenAudio in -lSDL_mixer... no
*** SDL_mixer not found. Configuring without audio support.
checking for SDLNet_Init in -lSDL_net... no
*** SDL_net not found. Configuring without network support.
checking for GL library... no
checking for GL library (with pthreads)... no
checking for MesaGL library... no
checking for MesaGL library (with pthreads)... no
checking for opengl32 library... no
checking for opengl32 library (with pthreads)... no
configure: error: Cannot find GL library
Upon looking at other threads with this problem it was recommended to install build-essential and the -dev versions of all necessary libraries. I have done all this and my problems still exist. THe SDL and OpenGL header and library files are in the default locations configure looks in, and even if specify the folder in which they are in, it still fails. I am running an ATI Radeon 9600 XT on an nForce2 mb, with fglrx working properly. I am completely at a loss to why this is not working. Any and all help will be greatly appreciated.