Hi Mike,

> checking for sdl-config... no
> checking for SDL - version >= 1.2.5... no
> *** 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.
> configure: error: *** SDL version 1.2.5 not found!
> 
> But sdl-config (which is on the path) gives this:

This means you have SDL installed in a non-standard location...

(probably in /usr/local/)

configure --help

will show you 

  --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)
  --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)

so

./configure --with-sdl-prefix=/usr/local

is probably what you need
_______________________________________________
Tuxtype-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxtype-dev

Reply via email to