On Sep 11, 3:09 pm, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Sep 11, 2:07 pm, Hamptonio <[EMAIL PROTECTED]> wrote:
>

Sorry, but this is slightly wrong but causes bad consequences:

>
> LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/64:$SAGE_ROOT/local/lib/:
> $LD_LIBRARY_PATH" && export LD_LIBRARY_PATH
>

It needs to be:

LD_LIBRARY_PATH="$SAGE_ROOT/local/lib64:$SAGE_ROOT/local/lib/:
$LD_LIBRARY_PATH" && export LD_LIBRARY_PATH

> to pick up the new libstdc++.so before the system's one. The problem
> is due to Linux on Opterons having a 32 and 64 bit userspace and gcc
> installing the 64 bit libraries into lib64.
>
>

Sorry for the noise.

Cheers,

Michael


--~--~---------~--~----~------------~-------~--~----~
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to