help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnutls] Re: duplicate symbols complaint on Mac OS X 10.5.2


From: Ludovic Courtès
Subject: [Help-gnutls] Re: duplicate symbols complaint on Mac OS X 10.5.2
Date: Thu, 17 Apr 2008 17:49:21 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

David Reiser <address@hidden> writes:

> I've been pointed to
> http://www.opensource.apple.com/darwinsource/iPhoneSDKBeta3/gcc-5479/gcc/c-cppbuiltin.c
> as evidence that Apple is about to fix the extern inline problem. To
> my untrained eye, it looks like the fix is to bring Apple's gcc to the
> point where it will understand the other patches.
>   /* APPLE LOCAL begin mainline */
>   if (flag_gnu89_inline)
>     cpp_define (pfile, "__GNUC_GNU_INLINE__");
>   else
>     cpp_define (pfile, "__GNUC_STDC_INLINE__");
>   /* APPLE LOCAL end mainline */

Sure, but until then, you have to have an `#ifdef' as in:

  http://git.sv.gnu.org/gitweb/?p=guile.git;a=blob;f=libguile/inline.h;

And it may be the case that people will be reluctant to add yet another
Apple-specific workaround when they fix their compiler...

Thanks,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]