On Tue, 2013 Oct 8 23:29-0700, Paul Eggert wrote:
> Thanks, I pushed the following, which I hope fixes the problem
> in a slightly-more-general way.
Not quite, I'm afraid:
source='../../gllib/strtoimax.c' object='strtoimax.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../build-aux/depcomp
Thanks, I pushed the following, which I hope fixes the problem
in a slightly-more-general way.
>From d619b91857d24f9b9cf97556150e7fa0021347ef Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Tue, 8 Oct 2013 23:27:49 -0700
Subject: [PATCH] strtoimax: port to HP-UX 11.11
Problem reported by Daniel
I encountered the following error in the course of building GNU Bash,
GNU Coreutils and GNU Tar on a 64-bit HP-UX system:
source='../../gllib/strtoimax.c' object='strtoimax.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I../../gllib -I.. -DGNUL
On 10/08/2013 04:13 PM, Rhys Ulerich wrote:
> On Intrepid, a BG/P system up at Argonne with some fun old IBM XL
> compilers, a user of mine is seeing gnulib/float.h containing the line
> #include " "
> which appears to be arising from
> configure:13477: checking absolute name of
> conf
On Intrepid, a BG/P system up at Argonne with some fun old IBM XL
compilers, a user of mine is seeing gnulib/float.h containing the line
#include " "
which appears to be arising from
configure:13477: checking absolute name of
configure:13516: result: ""
due to
http://git.savannah.gnu.