Hi there, my patch at
http://trac.sagemath.org/sage_trac/ticket/3324 is held back by a libPNG problem on OSX, particulary the spkg-install contains the following code: if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then echo "Keeping 64 bit OSX libpng.dylib around" else # There is a weird problem on Darwin where most programs # will crash if they see the libpng built as part of this # package instead of the system-wide apple libpng. So # we delete it. # NOTE -- we *only* delete the dylib's. Apps that need libpng can still link it in statically. rm -f "$SAGE_LOCAL"/lib/libpng*dylib rm -f "$SAGE_LOCAL"/lib/libpng*.la fi Due to this, I can't link against libpng from the Sage library. Any idea how to deal with this? My patch bit-rotted quite a while now. Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---