-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/29/10 2:08 PM, Joe Corneli wrote: > Hi all: > > Trying to install the w3m package with fink
Yeah, but the problem was with imlib2. w3m doesn't really matter yet. , I encounter the following problem: > > i686-apple-darwin10-gcc-4.2.1: /sw/lib/libgif.dylib: No such file or directory > make[4]: *** [gif.la] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.1.a4jaee failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-imlib2-1.4.2-3 > (Reading database ... 42992 files and directories currently installed.) > Removing fink-buildlock-imlib2-1.4.2-3 ... > Failed: phase compiling: imlib2-1.4.2-3 failed > > > I saw problems with libgif when I was building Emacs (from git) > as well, which I got around by compiling this way: > > configure '--build=i386-apple-darwin10' > 'build_alias=i386-apple-darwin10' 'CC=gcc -m32' I don't think that's related. Fink builds include the patches > > The whole world of 64 bit machines is new to me. I'm aiming > to use the 32 bit version of Fink, so not totally sure why i686 > comes up in the build. > That's the filename of the compiler, as provided by Apple. > Happy to provide any more info if it can be useful! > > Joe > It's strange that libgif.dylib isn't installed, since imlib2 has an explicit dependency on giflib. Verify whether /sw/lib/libgif.dylib is in fact installed (e.g. via "ls /sw/lib/libgif.dylib"). If that's not installed, try "fink reinstall libgif". If it is installed, verify that the file it's supposed to be a symbolic link to is installed, e.g. via "ls -L /sw/lib/libgif.dylib"). If that's not installed try "fink reinstall libgif-shlibs". If both are installed, then we'll need to see a bit more of the build output to understand what's going on. You didn't try moving libgif.dylib around when you were having problems with emacs, did you? - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwqOu8ACgkQB8UpO3rKjQ9zhACfT6YFivmrkae8rTb/O8s3P5CI A1QAmwX4YWTFtXbyUmlCz6Txp70E0FqU =OZOK -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
