[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: fix for building on Mac OS X (ITS#1444)



Hi Kurt.  It wouldn't build on Mac OS X without - libtool complains 
about ldap_int_resolv_mutex.  I made it static and it build without 
anything else complaining about unresolved symbols, so I figured that 
was a correct fix.

-- Marc

On Thursday, November 15, 2001, at 10:54 AM, Kurt D. Zeilenga wrote:

> At 10:32 AM 2001-11-15, majka@apple.com wrote:
>> Full_Name: Marc Majka
>> Version: 2.0.18
>> OS: Mac OS X (10.1)
>> URL: ftp://ftp.openldap.org/incoming/
>> Submission from: (NULL) (17.202.42.168)
>>
>>
>> File libraries/libldap/util-int.c, line 66 should be
>>    static ldap_pvt_thread_mutex_t ldap_int_resolv_mutex;
>>
>> The "static" is missing.  This results a link error when building.
>
> The "static" qualifier is not missing, that variable is not
> intended to be local to util-int.c.
>
> Kurt
>
>