On Sep 11, 2:07 pm, Hamptonio <[EMAIL PROTECTED]> wrote:
> Oops, I am in the middle of giving the gcc-4.2.1 package a try. I
> hope I am using it correctly - I installed it, and then removed
> everything from spkg/installed, and now I am recompiliing by using
> "make". Will that rebuild with gcc-4.2.1? It looks like it from what
> I can see during compilation.
Yep. Assuming you have source sage-env 'which g++' should point to the
one in local/bin. But it might be needed to modify local/bin/sage-env
slightly and include lib64 in LD_LIBRARY_PATH like the following
LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/64:$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.
>
> If this doesn't help at all, I will try your suggestion of a local
> binutils.
>
Well, that certainly is somewhat of a last resort, but if the box has
gcc 3.3 the binutils ought to be also fairly ancient.
> Thanks for the help,
> Marshall
>
<SNIP>
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/
-~----------~----~----~----~------~----~------~--~---