[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils 6.6 fails to compile on IRIX 5.3
From: |
Jim Meyering |
Subject: |
Re: coreutils 6.6 fails to compile on IRIX 5.3 |
Date: |
Sun, 03 Dec 2006 20:02:41 +0100 |
Georg Schwarz <address@hidden> wrote:
> coreutils 6.6 fails to compile on IRIX 5.3 like this:
Thanks for the report.
For starters, I suggest that you try to use a different compiler.
> lorenz 10% env GREP=/usr/sbin/grep ./configure --prefix=/usr/local
> checking build system type... mips-sgi-irix5.3
...
Here's one problem that should be easy to fix:
> checking for flexible array member... yes
...
> cc -I. -g -c idcache.c
> cfe: Warning 807: idcache.c, line 45: member cannot be of function or
> incomplete type.
> char name[ ];
> -------^
That seems to be due to a failure in the test for flex-array support.
Would you please look in config.log to see how the compilation
that checks "for flexible array member" failed?
At worst, you can send a copy of the entire config.log file to
the list (address@hidden, Cc'd, not bug-coreutils).
- Re: coreutils 6.6 fails to compile on IRIX 5.3,
Jim Meyering <=
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/04
- Message not available
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Eric Blake, 2006/12/26
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Eric Blake, 2006/12/27
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Eric Blake, 2006/12/27
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Jim Meyering, 2006/12/27
- Re: coreutils 6.6 fails to compile on IRIX 5.3, Paul Eggert, 2006/12/27