Robert Bradshaw wrote: > On Jan 15, 2009, at 8:23 PM, Robert Bradshaw wrote:
Hi Robert, >> On Jan 15, 2009, at 5:14 PM, Michael Abshoff wrote: >> >> OK, I think it's because the ordering of #includes has been changed. >> I'm responsible for this--fixed some things, but apparently broke >> others. Well, at least I have somewhere to look now. > > Sage now compiles, a ticket is up at http://trac.sagemath.org/ > sage_trac/ticket/4987 > > Not all doctests pass, but it looks like it's in pretty good shape. Any chance the same issue exists in Cython 0.10.3? With Sage on OSX 10.5 in 64 bit mode I am seeing memory corruption issues when minpoly() calls libsingular's minpoly from rather odd places. The main difference between the 32 and 64 bit builds are that linSingular is compiled with a different allocator, i.e. mmap vs. malloc. > - Robert Cheers, Michael > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
