Changes between Initial Version and Version 6 of Ticket #10766
- Timestamp:
- Feb 11, 2011, 12:00:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10766 – Description
initial v6 1 1 The latest version of the Lisp interpreter ECL, (which is used by Maxima) is 11.1.1, but the version of ECL in Sage is 10.4.1. 2 2 3 Version 10.4.1 is the source of one really major problem on 64-bit !OpenSolaris (see #9840), as it stops ECL building at all. This stops Sage building as a 64-bit application.3 Version 10.4.1 is the source of one really major problem on 64-bit !OpenSolaris (see #9840), as it creates a broken library libecl.so, which can't be linked to. This stops Sage building as a 64-bit application. 4 4 5 5 The failure of ECL to build is due to non-PIC code being present, which itself was the result of the use of a GCC extension of "computed gotos" using in the ECL source code.