bug-gnulib
[Top][All Lists]
Advanced

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

Re: How to force using a module in Gnulib? (expl() on OpenBSD)


From: Pádraig Brady
Subject: Re: How to force using a module in Gnulib? (expl() on OpenBSD)
Date: Tue, 15 Apr 2014 10:20:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 04/15/2014 12:54 AM, Assaf Gordon wrote:
> Hello,
> 
> How do I force using the GnuLib implementation of a module, despite the 
> platform having the function ?
> 
> Case in point:
> It seems "expl()" is broken on OpenBSD5.4.
> 
> Others have noticed the same:
> http://openbsd.7691.n7.nabble.com/exp-expl-on-Linux-and-OpenBSD-expl-bug-td242556.html

You can set an override var for the configure run,
whose name is best determined like:

$ grep cv.*expl config.log
ac_cv_have_decl_frexpl=yes
ac_cv_have_decl_ldexpl=yes
gl_cv_func_frexpl_no_libm=yes
gl_cv_func_frexpl_works=yes
gl_cv_func_ldexpl_no_libm=yes
gl_cv_func_ldexpl_works=yes

However, since you have a simple enough test
it seems it would be better to incorporate that to
the gnulib check, so that all can benefit.

thanks,
Pádraig.




reply via email to

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