On 24 Sep., 18:05, leif <not.rea...@online.de> wrote: > $ ldd /tmp/Sage/sage-4.7.2.alpha2/local/lib/libgd.so > linux-vdso.so.1 => (0x00007fff92fff000) > libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 > (0x00007f6867599000) > libfreetype.so.6 => /tmp/Sage/sage-4.7.2.alpha2/local/lib/ > libfreetype.so.6 (0x00007f686730b000) > libpng12.so.0 => /tmp/Sage/sage-4.7.2.alpha2/local/lib/libpng12.so.0 > (0x00007f68670e2000) > libz.so.1 => /tmp/Sage/sage-4.7.2.alpha2/local/lib/libz.so.1 > (0x00007f6866eca000) > libm.so.6 => /lib/libm.so.6 (0x00007f6866c47000) > libc.so.6 => /lib/libc.so.6 (0x00007f68668c3000) > libexpat.so.1 => /lib/libexpat.so.1 (0x00007f686669a000) > /lib64/ld-linux-x86-64.so.2 (0x00007f6867a42000) > > (And I of course do have a system-wide libfreetype installed as well.) > > -leif
P.S.: Of interest might also be the output of $ $SAGE_ROOT/local/bin/gdlib-config --ldflags and $ $SAGE_ROOT/local/bin/gdlib-config --libs (At least if you haven't yet tried to rebuild gd. The output *after* doing so could be valuable as well of course.) In case you're going to inspect gd's build log, take especially a look at what 'configure' reports regarding freetype (and gd's configuration summary), and look for libtool's "--mode=link" commands and inspect the actual linker commands after these. -leif -- 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