bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* strtod: Fix compilation error on IRIX 6.5
@ 2019-01-30  2:55 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2019-01-30  2:55 UTC (permalink / raw)
  To: bug-gnulib

On IRIX 6.5, a testdir for module 'strtod' fails, due to an undefined
symbol/macro 'NAN'.

The fix is trivial: Depend on the module 'math', which already contains
the workaround.


2019-01-29  Bruno Haible  <bruno@clisp.org>

	strtod: Fix compilation error on IRIX 6.5.
	* modules/strtod (Depends-on): Add 'math'.

diff --git a/modules/strtod b/modules/strtod
index e8b72b4..7c7c4e0 100644
--- a/modules/strtod
+++ b/modules/strtod
@@ -10,6 +10,7 @@ Depends-on:
 stdlib
 strtod-obsolete
 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
+math            [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
 
 configure.ac:



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-30  2:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30  2:55 strtod: Fix compilation error on IRIX 6.5 Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).