Bradmont2
04-28-2001, 05:51 AM
I'm trying to get the Tux Racer configure script to detect sound stuff... I get this error:
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
*** SDL not found. Configuring without audio or joystick support.
I tried both
SDL_CONFIG=/usr/bin
and
SDL_CONFIG=/usr/bin/sdl-config
and still got the same error... any ideas?
The thing is, sdl-config is in /usr/bin, which obviously is in the PATH...
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
*** SDL not found. Configuring without audio or joystick support.
I tried both
SDL_CONFIG=/usr/bin
and
SDL_CONFIG=/usr/bin/sdl-config
and still got the same error... any ideas?
The thing is, sdl-config is in /usr/bin, which obviously is in the PATH...