On Dec 5, 9:15 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > * Carl reported a clisp build failure with gcc version 4.2.3 > 20071014 (prerelease) (Debian 4.2.2-3), but I guess he will post > details later.
Details! On my Debian testing 32-bit x86 Linux laptop, the clisp build failed. The last few lines of the build log were: rm -f dutch.lisp ln -s /home/cwitty/sage-2.9.alpha0/spkg/build/clisp-2.43/src/src/ dutch.lisp dutch.lisp rm -f deprecated.lisp ln -s /home/cwitty/sage-2.9.alpha0/spkg/build/clisp-2.43/src/src/ deprecated.lisp deprecated.lisp ./lisp.run -B . -N locale -E 1:1 -Efile UTF-8 -Eterminal UTF-8 -norc - m 1800KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" make[2]: *** [interpreted.mem] Segmentation fault make[2]: Leaving directory `/home/cwitty/sage-2.9.alpha0/spkg/build/ clisp-2.43/build' Recompiling without optimization may have worked (the compiles of clisp and maxima have succeeded, but Sage as a whole isn't done building yet, so I haven't tested). I did this by adding export CFLAGS=-O0 to spkg-install, before the call to configure; and editing src/src/ makemake.in to replace every instance of "-O2" with '-O0". (I'm not sure if both of these changes were necessary.) Carl --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---