Still having SDL difficulties

This message is to Robert and any others that may have reviewed it.

The locatedb was simply out of date. the prefix everything is installed
in is /usr/local/

I am still quite unsure of why nothing is working.

checking for SDL - version >= 1.2.0… no
*** Could not run SDL test program, checking why…
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means SDL was incorrectly
installed
*** or that you have moved SDL since it was installed. In the latter case,
you
*** may want to edit the sdl-config script: /usr/local/bin/sdl-config
configure: error: *** SDL version 1.2.0 not found!
[mduckworth at pikachu smpeg-0.4.3]$

[mduckworth at pikachu smpeg-0.4.3]$ which sdl-config
/usr/local/bin/sdl-config

[mduckworth at pikachu smpeg-0.4.3]$ sdl-config --version
1.2.1

[root at pikachu mduckworth]$ find / |grep libSDL
/usr/local/lib/libSDL-1.2.so.0
/usr/local/lib/libSDLmain.a
/usr/local/lib/libSDL-1.2.so.0.0.1
/usr/local/lib/libSDL.la
/usr/local/lib/libSDL.so
/usr/local/lib/libSDL.a
/home/mduckworth/SDL-1.2.1/src/main/libSDLmain.a
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL-1.2.so.0
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL-1.2.so.0.0.1
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL.la
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL.so
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL.a
/home/mduckworth/SDL-1.2.1/src/.libs/libSDL.lai
/home/mduckworth/SDL-1.2.1/src/libSDL.la

[mduckworth at pikachu smpeg-0.4.3]$ tail config.log
configure: failed program was:
#line 2258 “configure”
#include “confdefs.h”

#include <stdio.h>
#include “SDL.h”

int main() {
return 0;
; return 0; }