Hi all, I have toyed with singular-3.1.2 and tried to see if it could work with sage. The short story is that we should stay clear of it for a some time. The singular executables are fine, the problems are with libsingular. The headers shipped for libsingular are currently completely broken, this is because they are working on their new build system and it has growing pains. Once I fixed the headers with a few massive sed command I tried to compile sage against it.... So far g++ has either hung or broke in the process: i686-pc-linux-gnu-g++ -pthread -O2 -march=native -fomit-frame-pointer -pipe - fno-strict-aliasing -fno-strict-aliasing -DNDEBUG -fPIC - I/usr/include/singular -I/usr/include -I/usr/include/csage -Isage/ext - I/usr/include/python2.6 -c sage/libs/singular/function.cpp -o build/temp.linux-i686-2.6/sage/libs/singular/function.o error: command 'i686-pc-linux-gnu-g++' failed with exit status 1
This may not look like your usual log because it was done with sage-on-gentoo where it is far easier for me to experiment with upgrading individual parts of sage. gcc used is 4.4.5. Francois -- 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