Que distro estas utilizando? Necesitas bajar una version de SDL actualizada[1], compilarla o en otro caso bajar el paquete he instalarlo.
luego dependiendo del lugar en que instalaste la libreria es necesario indicarla en /etc/ld.so.conf y ejecutar el comando `ldconfig`. Por ultimo intenta de nuevo compilar SDL_mixer. Espero te ayude. , Olger Merlos. 1. http://www.libsdl.org/download-1.2.php On Wed, 2003-10-22 at 22:31, Danilo Alfaro wrote: > Hola a todos. > > Bueno esta es la situacion en la que necesito de vuestra ayuda, hace > poco compile SDL.1.0.8 ok todo correcto hasta ahora, luego me dispuse a > instalar el SDL_mixer-1.2.5 y al darle ./configure manda el seguiente > mensaje: > > ./configure > loading cache ./config.cache > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking build system type... i686-pc-linux-gnu > checking for a BSD compatible install... (cached) /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > checking for working autoconf... found > checking for working automake... found > checking for working autoheader... found > checking for working makeinfo... found > checking whether make sets ${MAKE}... (cached) yes > checking for gcc... (cached) gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for ranlib... (cached) ranlib > checking for ld used by GCC... (cached) /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes > checking for BSD-compatible nm... (cached) /usr/bin/nm -B > checking whether ln -s works... (cached) yes > loading cache ./config.cache within ltconfig > checking for object suffix... o > checking for executable suffix... (cached) no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.lo... yes > checking if gcc supports -fno-rtti -fno-exceptions ... yes > checking if gcc static flag -static works... none > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... yes > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... Linux ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > loading cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking for sdl-config... /usr/local/bin/sdl-config > checking for SDL - version >= 1.2.4... no > *** 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.4 not found! > > Esta parte de aqui arriba es la que me ha dado problemas �a que se > refiere con eso de LD_LIBRARY_PATH? o eso �de editar el /etc/ld.so.conf? > bueno al momento que escribo no he bajado una version mas actual porque > me fije en eso que dice que no haya la version SDL version 1.2.4. > > bueno gracias por que han leido hasta aqui, y si me pueden ayudar se los > agradecere mucho, (ha de ser algo sencillo me imagino). > > bueno nos vemos al rato..... > > _________________________________________________________________ > Charla con tus amigos en l�nea mediante MSN Messenger: > http://messenger.yupimsn.com/ > -- Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe' Problemas a: [EMAIL PROTECTED] http://www.linux.or.cr/listas
