On Mon, 12 Feb 2007 04:36:46 -0800, Jack Fearnley <> wrote:
> [EMAIL PROTECTED] ~]$ gcc -v
> Using built-in specs.
> Target: i386-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-shared --enable-threads=posix
> --enable-checking=release --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-libgcj-multifile
> --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk
> --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
> --host=i386-redhat-linux
> Thread model: posix
> gcc version 4.0.0 20050519 (Red Hat 4.0.0-8)
            ^^^^^^^^^^^
There's your problem.  To quote from the SAGE README file under SUPPORTED
COMPILERS:

     * WARNING: Don't build with GCC 4.0.0, which is "buggy as a
       Florida swamp in August".

GCC 4.0.0 is probably one of the worst possible compilers to have installed.
You sould definitely upgrade to 4.0.1, which is much better, then start
over from scratch, and probably recompile anything else you've compiled
using GCC 4.0.0.

  -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to