Hi, I'm trying to compile 4.7.1. The compile on Mac OS 10.6.8 proceeds without errors, though I get an error building documentation similar to the error below. When I try to run sage, though, I get the error
ImportError: dlopen(/Users/gross/sage-4.7.1/local/lib/python2.6/ sitepackages/sage/matrix/matrix_mod2_dense.so, 2): Library not loaded: /usr/local/lib/libfreetype.6.dylib Referenced from: /Users/gross/sage-4.7.1/local/lib//libgd.2.dylib Reason: Incompatible library version: libgd.2.dylib requires version 13.0.0 or later, but libfreetype.6.dylib provides version 10.0.0 How do I force sage to look for the version of libfreetype in the sage directory /Users/gross/sage-4.7.1/, rather than looking in /usr/local/ lib? And what package(s) do I need to recompile in order to solve this problem? Thanks. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org