Installazione del vino con osxwinebuilder

0

Cerco di installare wine con osxwinebuilder . Quando lo faccio, ottengo il seguente errore:

...
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

Sono confuso come quello che dovrei fare. Ho installato homebrew - dovrei installare qualcosa?

    
posta Scott 30.10.2012 - 21:03
fonte

1 risposta

1

Risolverò l'ipotesi che è necessario installare libtool. Puoi farlo con

brew install libtool
brew link libtool

Da quanto ho capito, libltdl è fornito con quello. link

In realtà non uso homebrew quindi spero che la mia pugnalata al buio ti aiuti a trovare la soluzione!

    
risposta data 31.10.2012 - 01:48
fonte

Leggi altre domande sui tag