If you look for the 1st Error in the log, you will see ----------------------------------------------------------------------------------------------- ld: warning: in build/genautomata.o, file was built for unsupported file format which is not the architecture being linked (x86_64) Undefined symbols: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found collect2: ld returned 1 exit status make[5]: *** [build/genautomata] Error 1 make[4]: *** [all-stage1-gcc] Error 2 make[3]: *** [stage1-bubble] Error 2 make[2]: *** [all] Error 2 -----------------------------------------------------------------------------------------------
IMHO you should set SAGE64=yes and then build. (i.e. do export SAGE64=yes and then do "make build") Otherwise it looks like that the compiler builds 32-bit object files. -- -- 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