> As far as I know, there is no better way than to look at the binaries (e.g. > "file $SAGE_LOCAL/bin/python"). That said, I think you are incorrectly > assuming that SAGE64 corresponds to the architecture. In fact, > > SAGE64=yes forces 64-bit build > SAGE64=no does not force 64-bit, and will build whatever the toolchain is > set up to. > > In the sage -sh environment on my Fedora 14 x86_64 machine, SAGE64 is set > to "no". Yet everything is 64-bit. I think nobody should set "SAGE64=yes" > unless their toolchain is broken and compiles by default for the wrong > architecture.
I think SAGE64 is useful on system that have a 64 bits kernel but have a 32 bits default userland. On such system you can compile in either 32 or 64 bits mode but the default is 32. SAGE64 express your wish to do a 64 bits build on such platform. It is useless if you have a full 64 bits system like your fedora machine. Francois -- 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