Tim Lyons wrote: > I must be missing something very elementary here! > > I am trying to install gnome-python-extras, but the configure step > fails. So I have extracted out the failing part, and it fails trying to > link because it can't find /usr/local/lib/libfreetype.6.dylib, which > isn't surprising as there is no such file.
Check that /opt/local/lib/libfreetype.dylib has the correct install_name: otool -D /opt/local/lib/libfreetype.dylib Peter -- Peter O'Gorman http://pogma.com _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
