bug-m4
[Top][All Lists]
Advanced

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

configure failures on AIX


From: Thomas Jahns
Subject: configure failures on AIX
Date: Tue, 07 Aug 2012 11:15:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120613 Iceowl/1.0b1 Icedove/3.0.11

Hello,

I've built GNU m4 on AIX 6.1 Power6, with the following options:

CONFIG_SHELL=/bin/bash /bin/bash \
  ../m4-1.4.16/configure \
  --disable-nls \
  --prefix="/sw/aix61/m4-1.4.16-64bit" \
  AR="ar -X 64" \
  NM="nm -B -X 64" \
  LDFLAGS="-q64" \
  CC=xlc_r \
  CFLAGS="-g -O3 -q64 -qstrict -qarch=pwr6 -qtune=pwr6" \
  SHELL=/bin/bash

I'm getting several configure failures because the corresponding test codes
contain incorrect statements like division by zero to obtain Inf FP values.

Unfortunately the compiler catches these parts early and thus the program is
never run. This is entirely unnecessary if the declaration of the C99 NAN and
INFINITY macros had been tested before that.

Consequently the test-vasprintf-posix part of make check fails, I assume because
of the failed configure tests.

The above-described problem can be seen in lines 5243 and following of the
attached config.log.

Regards, Thomas
-- 
Thomas Jahns
DKRZ GmbH, Department: Application software

Deutsches Klimarechenzentrum
Bundesstraße 45a
D-20146 Hamburg

Phone: +49-40-460094-151
Fax: +49-40-460094-270
Email: Thomas Jahns <address@hidden>

Attachment: config.log.xz
Description: application/xz

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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