Sorry You answered me while I was posting further comment. I don't have an account on the bug tracker.
Francois On Apr 27, 4:36 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Apr 27, 6:32 am, Francois <[EMAIL PROTECTED]> wrote: > > Hi Francois, > > > Just reviewing what options linbox is compiled with for sage, > > well I was really looking at whether optimizations are enabled. > > In theory they are, except on Sun: > > if [ $UNAME = "SunOS" ]; then > > OPT="--enable-optimization=false" > > echo "Building on SunOS" > > else > > OPT="--enable-optimization" > > fi > > > Of course in practice they aren't because "$OPS" and not > > "$OPT" is passed to the configuration. I must admit I didn't > > check if it was corrected in 3.0.1.alpha0 but if so I missed > > it in michael's log. > > This is clearly a bug and unfixed. Please open a ticket. I also don't > see any reason to disable optimization on Solaris, so we might as well > fix the issue by passing "--enable-optimization" by default. If it > still blows up on Solaris I will fix it. > > Cheers, > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
