bug-gnulib
[Top][All Lists]
Advanced

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

Re: missing dependency in *printf


From: Eric Blake
Subject: Re: missing dependency in *printf
Date: Mon, 02 Apr 2007 21:52:31 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Eric Blake on 4/2/2007 9:34 PM:
> In trying to use sprintf-posix in m4, I came across this:
> 
> cd .. && /bin/sh /home/eblake/m4-head/ltdl/config/missing --run autoconf
> configure:25505: error: possibly undefined macro: gl_FUNC_LDEXPL_WORKS
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.

And another one:

libtool: compile:  gcc -std=gnu99 -I. -I../../gnu -I../intl -g2 -Wall
- -Werror -MT ldexpl.lo -MD -MP -MF .deps/ldexpl.Tpo -c ../../gnu/ldexpl.c
- -DDLL_EXPORT -DPIC -o .libs/ldexpl.o
../../gnu/ldexpl.c:29:20: isnanl.h: No such file or directory
../../gnu/ldexpl.c: In function `ldexpl':
../../gnu/ldexpl.c:41: warning: implicit declaration of function `isnanl'
make[3]: *** [ldexpl.lo] Error 1

2007-04-02  Eric Blake  <address@hidden>

        * lib/ldexpl.c (includes): Avoid libm.

diff --git a/lib/ldexpl.c b/lib/ldexpl.c
index bb16be6..bce2a08 100644
- --- a/lib/ldexpl.c
+++ b/lib/ldexpl.c
@@ -26,7 +26,7 @@

 #include <float.h>
 #include "fpucw.h"
- -#include "isnanl.h"
+#include "isnanl-nolibm.h"

 long double
 ldexpl(long double x, int exp)

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGEc9+84KuGfSFAYARAhxZAJ0YniE7CM1WCf2rSCuZ5X/wAs1uKACbBGx8
a3nttbJ9H9o1ZNkb93y74Hs=
=eifY
-----END PGP SIGNATURE-----




reply via email to

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