Here is an error:
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.1.8... yes
checking for IMG_LoadJPG_RW in -lSDL_image... no
configure: error: *** Unable to find SDL_image libary with JPG support
(http://www.libsdl.org/projects/SDL_image/) rad at c900 development/video/piave $ nm -D /usr/lib/libSDL_image-1.2.so.0.1.2 | grep IMG_LoadJPG_RW 00002d00 T IMG_LoadJPG_RW What do I need to solve this? Ruslan
