On Nov 23, 2007 3:58 PM, Justin C. Walker <[EMAIL PROTECTED]> wrote: > > Hello folks, > > > > Sage 2.8.13 has been released. Sources are and binaries should soon be > > available at > > > > http://sagemath.org/download.html > > I did a full build of 2.8.13 on two systems: > > Mac OS X/10.4.11: Dual Quad-Core Xeon > Mac OS X/10.5.1: Core Duo > > Problems on both: > 10.5.1: blow-up in Flint > ld: duplicate symbol ___gmpz_abs in test-support.o and fmpz_poly- > test.o > > 10.4.11: blow-up in cddlib ("/usr/local" contamination) > /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: > ___gmpq_init > ...
This is all really weird since I fully tested building Sage-2.8.13 on OSX 10.4 intel and OSX 10.5 intel (both core duo and Xeon), and didn't have any problems at all. So the problem could be with (1) 10.5.1 versus 10.5 -- unlikely, since this wouldn't even touch the compilers (but I'll try upgrading right now and see if I can replicate the problem there), (2) Us having different versions of Xcode: I'm using gcc version 4.0.1 (Apple Inc. build 5465) on my machines, or (3) you having something funny in your /usr/local/. Please report your "gcc -v" version. Also maybe you have all kinds of stuff in /usr/local? Could you try temporarily renaming it, redoing the build, just to see if that's the problem? Something I've wondered about for a while -- is there a bulletproof way to ignore /usr/local/ during build of Sage? William --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
