Hello folks, I have started to do some testing and things are looking up on OSX:
64 bit OSX 10.5.6: XCode 3.1: ./configure --enable-shared --disable-static --enable-cxx && make && make check Everything passes Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable- checking -enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ $/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/ lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic -- host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5484) --------------------------------------------------------------------- 64 bit OSX 10.5.6: XCode 3.1, but with 32 bit ABI I had to delete some more files than Bill thought, but with the following gone I can get tests to pass with a dynamic library: mpn/x86/dive_1.asm mpn/x86/diveby3.asm mpn/x86/pentium4/sse2/dive_1.asm mpn/x86/pentium4/sse2/mode1o.asm mpn/x86/pentium4/sse2/diveby3.asm mpn/x86/pentium4/mmx/popham.asm mpn/x86/pentium4/mmx/rshift.asm ABI=32 ./configure --enable-shared --disable-static --enable-cxx && make && make check Everything passes I will do some valgrinding next and also build another round of Sage with the mpir.spkg I am building now. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mpir-devel" group. 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/mpir-devel?hl=en -~----------~----~----~----~------~----~------~--~---
