On Tue, Dec 29, 2009 at 2:09 PM, Dr. David Kirkby <[email protected]>wrote:
> Tim Joseph Dumol wrote: > > Hi all, > > > > I and at least one other have had troubles compiling Sage with global > > optimization flags -O2 or -O3. We both have Arch Linux systems. In both > > cases, after compilation, testing or running Sage results in a > > NotImplementedError from the Singular interface. > > > > Can anyone with another system see if this is unique to Arch Linux? In > > either case, a note must be added to the README.txt, but I wish to know > > whether to address the warning to Arch Linux users alone or not. > > > > -- > > Tim Joseph Dumol <tim (at) timdumol (dot) com> > > http://timdumol.com > > I'm not a user of Sage, though I spend quite a bit of time developing it, > so I > can use it on Solaris. Can you tell me the commands that you execute which > gives > the error, and I'll repeat them on Solaris and let you know. Like Arch > Linux, > Solaris is one of the less used platforms for Sage. > > You can probably edit the package and reduce the optimisation to 0 or 1. > > dave > > -- > To post to this group, send an email to [email protected] > To unsubscribe from this group, send an email to > [email protected]<sage-devel%[email protected]> > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org > With environment variables: CFLAGS="-O2 <...>" or CFLAGS="-O3 <...>" CXXFLAGS="-O2 <...>" or CXXFLAGS="-O3 <...>" I built Sage with `make`. -O3 causes libfplll compilation to hang at generate.Tpo, -O3 or -O2 causes the aforementioned NotImplementedError. -- Tim Joseph Dumol <tim (at) timdumol (dot) com> http://timdumol.com -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
