On 29 November 2010 14:49, Jean-Pierre Flori <[email protected]> wrote: > It now fails when building sqlite: > > /usr/local/gcc4/bin/gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=
how are you getting Sage to build with a gcc in /usr/local/gcc4/bin/ ? If you are doing what seems a logical thing to do (set the CC variable), then I'm afraid to say this does not work reliably. Many parts of Sage will ignore CC. You *must* make sure the first gcc in your path is >= 4.0.1. Can you give me the output of 1) $ command -v gcc 2) $ gcc --version Dave -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
