configure script cant find libSDL_image...
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for IMG_Load in -lSDL_image... no
configure: error: *** libSDL_image not found! Make sure you have the development package of SDL_image installed - (www.libsdl.org) - or try to use the --with-sdlimage-prefix option
I use SDL lib compiled from source as described in BLFS Book http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html
my system is LFS-6.0
So what I need to do to build this game?
For me, it is
sudo apt-get install libsdl-image1.2-dev. If it is from the package repository and not from sources, I guess there's a good chance that paths will be set correctly after installation.