On Sun, Oct 11, 2009 at 3:34 AM, MaxTheMouse <maxthemo...@googlemail.com> wrote: > > >> >> I believe there will be an ECL release any day now. One was made >> earlier this week I believe, but it had a serious problem. I've no >> idea if any hard-coded paths were found and fixed in the last release. >> >> dave > > I did a quick build and check with ecl-10.0.2 and the hard-coded paths > are still there.
I was reading the ecl binaries and grepping around (I felt a bit like a "warez person" for a moment)... and found this in the binary: ... ecld...@cannot find ECL's directory^... So I tried setting ECLDIR, and that fixes the problem. Maybe we just broken setting it somewhere? Or? wst...@sage:~/build/sage-4.1.2.rc1.alpha2.moved/local/lib/ecl-9.8.4$ export ECLDIR=`pwd` wst...@sage:~/build/sage-4.1.2.rc1.alpha2.moved/local/lib/ecl-9.8.4$ ecl [works] wst...@sage:~/build/sage-4.1.2.rc1.alpha2.moved/local/lib/ecl-9.8.4$ sage ---------------------------------------------------------------------- | Sage Version 4.1.2.rc1.alpha3, Release Date: 2009-10-04 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** sage: sage: f = x^2 sage: sage: f.integrate(x) 1/3*x^3 I've put a plan for fixing this problem at http://trac.sagemath.org/sage_trac/ticket/7186 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---