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: Wed, 19 Mar 2008 09:32:48 -0400


On Mar 19, 2008, at 8:03 AM, Ludovic Courtès wrote:

Hi,

David Reiser <address@hidden> writes:

$ nm -g bar.o | grep mpz_abs
        U ___gmpz_abs

Hmm, can you do the same on the offending files, i.e.,

 $ for i in errors core; do
   nm -g ./guile/src/.libs/libguile_gnutls_v_1_la-$i.o | grep mpz_abs
   done

Thanks,
Ludovic.

00000000 T ___gmpz_abs
00000000 T ___gmpz_abs

and if I add utils to the list, it's there the same way, so I don't know why the linker isn't complaining about that also.

The 10.5 linker does have problems (or at least differences involving) inline functions. For glib 2.16.1, we have to force
#  define G_INLINE_FUNC static inline
to get some things depending on glib to compile.

Thanks.
--
David Reiser
address@hidden







reply via email to

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