> I did as you asked.  I received a similar error when doing the upgrade
> after the gmp build.  I posted the entire output of both commands
> here, in case that might be helpful:
>
> http://www.gordontillman.info/html/tmp/sage_upgrade_1.html
>


Hi Gordy,

I had the same problem doing sage -upgrade on my machine. (I started a
thread about this called something involving libmpfr.la ...) We have a
script called sage-location that *should* run at sage startup to see
if sage has moved, and if so, correct things like the above. Somehow I
think that script isn't getting run, or isn't getting run correctly.
Building from source should correct your problem, but you might also
try this if you're curious:

$ sage -sh
$ cd $SAGE_ROOT
$ echo '/' >local/lib/sage-current-location.txt
$ cd local/bin
$ ./sage-location

Then try continuing your compilation, see how that works for you.

-cc

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to