On Sep 1, 12:28 am, leif <not.rea...@online.de> wrote: > On 1 Sep., 09:07, Dan Drake <dr...@kaist.edu> wrote: > > > I installed the current alpha version of Ubuntu Oneiric (11.10) into a > > virtual machine to see if Sage builds on it. Unfortunately, it doesn't. > > > My virtual machine is a 32-bit machine with 1 gigabyte of RAM, and uses > > gcc 4.6.1. Most of Sage 4.7.2.alpha2 built with no problem, but Singular > > and Symmetrica both failed. The Symmetrica failure is a linker problem > > (I think); the Singular one is a mystery to me. > > > Attached are logs for "./sage -f spkg/standard/...". Any ideas what's > > going on? > > Stricter linker semantics, already known. (See also #11674, where > someone else tried the same.) >
For singular, it gets worse. The last time I fixed the linker problem and got past that first fail, it generated segmentation faults on a couple other source files. I managed to fix those problems by changing the compiler option to 'gcc -O2' from '-O3', and successfully built Singular. I opened a ticket at the Singular site, "#353: gcc-4.6.1 compile segmentation fault", but later got a reply from the Singular folks that "it looks like a gcc problem, please notify gcc ..." so I don't think they're working on it. I've noticed that gcc-4.6 and/or the libc files for Ubuntu 11.10 get updated frequently, so I try to rebuild after every update, but so far they haven't fixed whatever fails. John #353: gcc-4.6.1 compile segmentation fault -- 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