• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem beim Kompilieren von VisualBoyAdvance

Das Problem ist folgendes:
Wenn ich versuche den VBA v1.7.2 mit
Code:
./configure --enable-gtk
zu konfigurieren, gibt mir das Script nach ein paar Minuten folgende Meldung:
Code:
checking for SDL - version >= 1.2.2... 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: *** Couldn't find SDL library (version >= 1.2.2).
Und das obwohl ich SDL v1.2.9 installiert habe...
Kann mir jemand sagen wie ich dieses Problem umgehe bzw. behebe???

P.S.: SuSE 10.3
Falls weitere Systeminformationen nötig sind einfach nachfragen...
 
Code:
rpm -qa | grep sdl
ergibt:
Code:
wsdl4j-1.5.1-156

Code:
rpm -qa "SDL*"
ergibt:
Code:
SDL_image-1.2.6-25.3
SDL-1.2.9-19
SDL_mixer-1.2.8-25
SDL_gfx-2.0.13-1.pm.1
SDL_ttf-2.0.9-25
SDL_perl-1.20.0-471
SDL_net-1.2.7-25
SDL_Pango-0.1.2-83
 
Oben