-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/29/10 7:20 PM, Joe Corneli wrote: >> Verify whether /sw/lib/libgif.dylib is in fact installed (e.g. via "ls >> /sw/lib/libgif.dylib"). > > I verify that it is installed! > >> 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"). > > I get "ls: libgif.dylib: No such file or directory". > >> If that's not installed try "fink reinstall libgif-shlibs". > > It seems that this package is actually called giflib-shlibs,
Yeah, I kept transposing that as I was writing the message, and it didn't correct itself. but > after reinstalling it, I still get the above "no such file" message. > >> If both are installed, then we'll need to see a bit more of the build >> output to understand what's going on. > > http://pastebin.com/fVmZrB9b > >> You didn't try moving libgif.dylib around when you were having problems >> with emacs, did you? > > No way! I did try installing libungif, uninstalling giflib, reinstalling, > and that sort of thing (all through fink itself). The only thing that > worked for me was the configure string I mentioned before. It seems like you've got a missing real giflib library, which is giving you a dangling symbolic link. Try running dpkg -L giflib-shlibs (install it if it's not installed) then try fink rebuild giflib-shlibs to see if the library gets generated, and then dpkg -L giflib-shlibs again. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwqiQUACgkQB8UpO3rKjQ+iTQCfdIdjECUqKyAtqWdTjN9NvD43 VHEAn0V4j6fzzOTHTFdAQeedfUP0EBkE =3sFA -----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
