bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: strtod: Fix compilation error on IRIX 6.5
Date: Wed, 30 Jan 2019 03:55:29 +0100	[thread overview]
Message-ID: <3432509.6QShGMpOOH@omega> (raw)

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:



                 reply	other threads:[~2019-01-30  2:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3432509.6QShGMpOOH@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).