William Stein wrote:
But tell me what perl modules are needed. If
1) There is some agreeemnt to exit if they do not exist AND
2) There is some reasonably simple way of checking for them,
IIRC, the only place perl is used in all of Sage is for the PARI and
NTL build systems.
I don't know what that implies about needed modules though.
This is incorrect. R needs perl of at least 5.8.0
configure.ac has:
if test "${r_cv_prog_perl_v5}" != yes; then
AC_MSG_ERROR([Building R requires Perl >= 5.8.0])
fi
Since that was released in 2002, there should be no problem with people having
that.
Dave
--
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