No puedo compilar librerías SDL

Soy novel en linux y quizá por eso tengo un problema que a lo mejor a vosotros os parece ridículo, si es así mis disculpas por adelantado.
Mi problema es que trato de compilar la libSDL version 1.2.5 a partir de sus fuentes obtenidas de la página oficial sobre Woody 3.0 y kernel 2.4.20 y tras instalarla y comprobar que todo esta en su sitio /usr/local/lib y ejecutar $sdl-config obtengo como respuesta .2.5, hasta ahí todo bien el problema surge cuando inteno compilar los test que vienen con la propia librería o cuando intento compilar SDL_image, en ambos casos el error el el mismo:
*** Could not run SDL test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SDL or finding the wrong
*** version of SDL. If it is not finding SDL, you\'ll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: *** SDL version 1.2.3 not found!
Se me olvidaba decir que las órdenes para el compilado son las normales \"a pelo\" (./configure, make ,make install). Espero vuestra ayuda.
Saludos y gracias de antemano
- Inicie sesión o regístrese para enviar comentarios
- 1607 lecturas