On Tue, May 05, 09 at 20:11 -0700, JD wrote: > Wanted to provide some more info: > > $ pkg-config --libs --cflags --print-errors sdl > -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -Wl,/usr/lib64 -lSDL > -lpthread Looking at configure.ac or config.log, you'll see that it uses sdl12-config and not pkg-config. -- Xtophe