Hmm, the important information seem to be:
a) You try to build Sage on Mac OS X 10.5 (Leopard). b) There's a "-m64" in the third line of your output, i.e. the build system tries to build a "64-bit" library. (Then it seems that qdCocoa.o is only a 32-bit object file, hence rejected, hence later some symbols are missing, boom.) >From my experience, building Sage works on OS X 10.4 and OS X 10.5 in 32-bit, and only on OS X 10.6 in 64-bit. I don't know whether anybody has successfully built Sage on OS X 10.5 in 64-bit. I wonder, in your build run on OS X 10.5, where and how the "-m64" creeps in, that simply shouldn't be --- I myself did build Sage-4.6.1 on OS X 10.4, and it worked fine. Maybe in your build environment the "SAGE64" environment variable was set somehow? Cheers, Georg -- 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