Re: Problem with make on 1.3.2
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Stipe Tolj wrote:
> Michael R. Pierotti wrote:
>>
>> Checking for POSIX threads support ...
>> checking for working pthreads... no
>> checking for pthread_spinlock support... no
>> checking for pthread_rwlock support... no
>
> this is obviously the reason for it. configure is unable to find the
> pthread library/headers on your system. And since the #include
> <pthread.h> inside gwlib/gw-rwlock.h does not complain about none
> existence, but the pthread_rwlock_t is not defined, there seems to be
> things messed up on your system.
>
> Or the pthread library does not support the required read/write
> locking. So, don't blame Kannel here ;)
>
> @Alex: any investigatory comments from your side?
not really... all I can say: upgrade your glibc! it's very very old...
Q: should configure fail if no pthread_rwlock supported detected?
>
> Stipe
>
> mailto:stolj_{at}_wapme.de
> -------------------------------------------------------------------
> Wapme Systems AG
>
> Vogelsanger Weg 80
> 40470 DÃŒsseldorf, NRW, Germany
>
> phone: +49.211.74845.0
> fax: +49.211.74845.299
>
> mailto:info_{at}_wapme-systems.de
> http://www.wapme-systems.de/
> -------------------------------------------------------------------
>
--
Thanks,
Alex