help-gnutls
[Top][All Lists]
Advanced

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

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


From: David Reiser
Subject: Re: [Help-gnutls] Re: duplicate symbols complaint on Mac OS X 10.5.2
Date: Thu, 17 Apr 2008 10:10:51 -0400


On Apr 17, 2008, at 5:27 AM, Ludovic Courtès wrote:
Hi,

Simon Josefsson <address@hidden> writes:

Probably not, could you also try to re-compile gmp with this patch?

http://permalink.gmane.org/gmane.comp.lib.gmp.bugs/1979

Ludovic, is that the latest patch for gmp?

Yes, but this specific patch is for the regular GCC, not for Apple's
(see my other reply).

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 */
dave
--
David Reiser
address@hidden







reply via email to

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