Hai dato un'occhiata al documento INSTALL contenuto nella cartella dei sorgenti?

codice:
$ cat SDL-1.2.13/INSTALL 

To compile and install SDL:

    1.  Run './configure; make; make install'

        If you are compiling for Windows using gcc, read the FAQ at:
        http://www.libsdl.org/faq.php?action...&category=4#42

        If you are compiling using Visual C++ on Win32, you should read
        the file VisualC.html
Sotto Mac OS X (Tiger) ho compilato in 2 minuti con:
codice:
$ ./configure; make