0 votos

Instalación de Wine con osxwinebuilder

Intento instalar Wine con osxwinebuilder . Cuando lo hago, me sale el siguiente error:

...
checking if ccache g++ supports -c -o file.o... yes
checking if ccache g++ supports -c -o file.o... (cached) yes
checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
checking that we can compile and link with libltdl... no
configure: error: cannot compile and link against libltdl
libgphoto2 requires libltdl (the libtool dl* library),
but cannot compile and link against it.
Aborting.

could not run configure command './configure --prefix=/Users/scott/wine/wine-1.5.16 --enable-shared=yes --enable-static=no --with-libexif=auto' in /Users/scott/wine/build/libgphoto2-2.4.14 - exiting

Estoy confundido en cuanto a lo que debo hacer. Tengo homebrew instalado - ¿debo instalar algo?

1voto

Jim Puntos 2826

Me arriesgaré a decir que necesitas instalar libtool. Puede hacerlo con

brew install libtool
brew link libtool

Por lo que tengo entendido, libltdl se proporciona con eso. http://www.gnu.org/software/libtool/manual/html_node/Using-libltdl.html

¡En realidad no uso homebrew así que espero que mi puñalada en la oscuridad te ayude a encontrar tu solución!

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X