On 2012-02-14 23:57, entropy wrote: > To be clear, after gcc-4.6.2 built and installed, in > order to restart the build process, I simply typed "make" again in the > sage root directory. Is it necessary to modify this command if one > restarts a build process? Or is my problem that the built process > should be using gcc-4.6.2 throughout once gcc-4.6.2 is built? Normally, once the GCC spkg is built, Sage should always use this newly built gcc, no matter what. Simply "make" should work. In your case, it doesn't, so that's a bug.
Please try, from $SAGE_ROOT: $ source spkg/bin/sage-env $ ls -l local/bin/gcc $ which gcc $ gcc --version -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org