Hi Bruno, Bruno Haible <[EMAIL PROTECTED]> writes:
> + #ifdef __GNUC_STDC_INLINE__ > + #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ > ((__gnu_inline__)) Unfortunately that doesn't work on MacOS X because Apple's GCC (labeled "4.0") implements C99 inline semantics but 1. Does not define `__GNUC_STDC_INLINE__'. 2. Does not support `__gnu_inline__'. (See my message in the other thread.) Thanks, Ludovic.