Hi Bruno,
* Bruno Haible wrote on Sun, Dec 21, 2008 at 06:22:01PM CET:
> Ralf Wildenhues wrote:
> > > GNU Make got through that without a problem, but... should gmake be a
> > > prerequisite for building coreutils?
> > ...
> > I guess the easiest would be to require gmake on Tru64/OSF
>
> It is
Ralf Wildenhues wrote:
> > GNU Make got through that without a problem, but... should gmake be a
> > prerequisite for building coreutils?
>
> Oh well. OSF make chokes upon instances of '[' in the Makefile; it
> seems to use it as some internal separator for locks or so.
> ...
> I guess the easie
Hello, and sorry for the delay,
* Daniel Richard G. wrote on Mon, Dec 15, 2008 at 02:49:19AM CET:
>
> Anyway, I was playing around with this a bit more. The compiler is choking
> somewhere inside the #include at the top of sig2str.c.
This was already fixed, thanks!
[...]
> Everything else buil
> -Original Message-
> From: Bruno Haible [mailto:br...@clisp.org]
> >
> > From "egrep '^#|timespec' i" ...
> >
> > # 582 "/usr/include/sys/types.h"
> > # 35 "/usr/include/sys/sysmisc.h"
> > typedef struct timespec {
> > } timespec_t;
> > # 35 "/usr/include/sys/siginfo.h"
>
> So? What is yo
> -Original Message-
> From: bug-coreutils-bounces+oss=teragram@gnu.org
> [mailto:bug-coreutils-
> bounces+oss=teragram@gnu.org] On Behalf Of Bruno
> Haible
>
> The usual way to debug this kind of things is
> 1) to look at the preprocessor output. Here:
> $ cc -std -std -I.
Daniel Richard G. wrote:
> I found that adding the following line makes the problem go away:
>
> begin sig2str.c snippet
> #include
>
> #include
> #include < skadoosh
> #include
> #include
> #include
> #include
>
> #include "sig2str.h"
> end sig2str.c snippet
This
Daniel Richard G. wrote:
> -std puts the compiler into relaxed-ANSI mode, instead of the default, which
> is K&R. This flag was actually added by autoconf itself---the build failure I
> quoted was obtained with all *FLAGS variables unset.
>
> (The only other options here are -std1 [strict ANSI],
Ralf Wildenhues cited Daniel Richard G. and wrote:
> > However, I'm running into a more tricky issue during the build...
> >
> > source='sig2str.c' object='sig2str.o' libtool=no DEPDIR=.deps
> > depmode=tru64
> > /bin/ksh ../build-aux/depcomp cc -std -std -I.-ieee -g -c -o
> > sig2str.
[ adding bug-gnulib, removing bug-autoconf ]
* Daniel Richard G. wrote on Sat, Dec 13, 2008 at 11:16:28PM CET:
> However, I'm running into a more tricky issue during the build...
>
> source='sig2str.c' object='sig2str.o' libtool=no DEPDIR=.deps depmode=tru64
> /bin/ksh ../build-aux/depcomp cc