autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_FUNC vs. function renaming? (curl on tru64/osf1, threads)


From: Paul Eggert
Subject: Re: AC_CHECK_FUNC vs. function renaming? (curl on tru64/osf1, threads)
Date: Tue, 6 Jul 2021 12:07:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/6/21 11:32 AM, Jay K wrote:
I mean, isn’t AC_CHECK_FUNC kinda wrong?

No, it's working as documented. You just have an unusual situation with pthread_create. Again, please see Gnulib's treatment of pthread_create.

Since we're talking about Tru64, this is of academic interest anyway. HP stopped supporting Tru64 in 2012, which means curl doesn't need to support it either. You can port curl to your museum-piece Tru64 by hand, by configuring with the appropriate arguments to override the otherwise-incorrect conclusions of 'configure'. For example, './configure ac_cv_func_pthread_create=yes' (I haven't tested this and you may need to change the argument a bit).



reply via email to

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