The missing symbol is in libgfortran: $ readelf -aW /usr/lib64/libgfortran.so.3 | grep _gfortran_transfer_integer_write@@GFORTRAN_1.4 676: 00000000000e1f40 5 FUNC GLOBAL DEFAULT 12 _gfortran_transfer_integer_write@@GFORTRAN_1.4
So it seems that we don't link libf77blas against libgfortran. Whats the output of sage -sh -c "ldd local/lib/libf77blas.so" -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
