Instalación de wine con osxwinebuilder

0

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 como lo que debo hacer. He instalado Homebrew, ¿debo instalar algo?

    
pregunta Scott 30.10.2012 - 21:03

1 respuesta

1

Me arriesgaré a suponer que necesitas instalar libtool. Puedes hacerlo con

brew install libtool
brew link libtool

Por lo que entiendo, libltdl se proporciona con eso. enlace

En realidad no uso homebrew, así que espero que mi puñetazo en la oscuridad te ayude a encontrar la solución.

    
respondido por el laaph 31.10.2012 - 01:48

Lea otras preguntas en las etiquetas