It would appear when creating a binary for Sage, one would normally put something like
sage -bdist 4.1.2-Solaris or similar to create a binary for Solaris of version 4.1.2 of Sage. It would be relatively easy to get Sage to report the version number, so one does not have to specify that. I'd suggest replacing the sage -c "print Sage Works" with something that prints the version number, then use that in the script. Not only does it save typing 5 characters, but it is more foolproof, as one can't accidentally create a binary with the wrong version number. Comments? 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