[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-24 Thread Bill Hart
It's not so clear to me. Here are the relevant lines: #ifdef __GNUC__ #ifdef __APPLE_CC__ #if ! (__APPLE_CC__ >= 5465 && __STDC_VERSION__ >= 199901L) #define __GMP_EXTERN_INLINE extern __inline__ #define __GMP_INLINE_PROTOTYPES 1 #endif #else /*GNU CC*/ #if defined(__GNUC_STDC_INLINE__) || d

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-24 Thread mabshoff
On Feb 24, 8:07 am, Mariah wrote: > Michael, Hi Mariah, > > > Even if I set SHAREDFLAGS=-fno-common, I get the same failure. > > > Ok. I do believe that the fix for inline semantics for OSX does not > > cover that XCode release. Is this varro? Can you give us gcc -v in > > either case? > > Ye

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-24 Thread Mariah
Michael, > > Even if I set SHAREDFLAGS=-fno-common, I get the same failure. > > Ok. I do believe that the fix for inline semantics for OSX does not > cover that XCode release. Is this varro? Can you give us gcc -v in > either case? Yes, varro. varro:~ root# gcc -v Using built-in specs. Target:

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-18 Thread Bill Hart
That should be trivial to fix if we have the gcc revision. See line 428 of mpir-h.in. Bill. 2009/2/19 mabshoff : > > > > On Feb 18, 2:07 pm, Mariah wrote: >> Michael, > > Hi Mariah, > >> Even if I set SHAREDFLAGS=-fno-common, I get the same failure. > > Ok. I do believe that the fix for inline

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-18 Thread mabshoff
On Feb 18, 2:07 pm, Mariah wrote: > Michael, Hi Mariah, > Even if I set SHAREDFLAGS=-fno-common, I get the same failure. Ok. I do believe that the fix for inline semantics for OSX does not cover that XCode release. Is this varro? Can you give us gcc -v in either case? > By the way, my confi

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-18 Thread Mariah
Michael, Even if I set SHAREDFLAGS=-fno-common, I get the same failure. By the way, my configure line is ./configure --disable-shared --prefix=... in case that makes a difference. Mariah On Feb 18, 11:40 am, mabshoff wrote: > On Feb 18, 8:37 am, Mariah wrote: > > Hi Mariah, > > > mpir-0.

[mpir-devel] Re: mpir-0.9.0 fails on G5-Darwin-tiger

2009-02-18 Thread mabshoff
On Feb 18, 8:37 am, Mariah wrote: Hi Mariah, > mpir-0.9.0 built with gcc-4.3.3 fails 'make check' on G5-Darwin-tiger > (powerpc970-apple-darwin8.11.0): > > gcc -std=gnu99 -m64 -mcpu=970 -O3 -o t-bswap t-bswap.o  ./.libs/ > libtests.a /usr/local/mpir-0.9.0/src/obj-G5-Darwin-tiger- > gcc-4.3.3/