|
From: | Perry Smith |
Subject: | Re: __long64_t not declared AIX 5.3.0.50, gcc 4.0.2 |
Date: | Sat, 21 Oct 2006 09:33:39 -0500 |
On Oct 21, 2006, at 1:13 AM, Ville Laurikari wrote:
I have AIX 5.3 with 5.3.0.50 updates and I'm compiling with gcc 4.0.2.One interesting note is I created the gcc when my system was at 5.3.0.10. The upgrade may have affected it. After ./configure, I type make and get the following error (trimmed down): In file included from ./stdint.h:55, from ///usr/include/inttypes.h:51, from ./inttypes.h:24, from xstrtol.h:25, from xstrtoimax.c:23:/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.2/include/sys/ types.h: 174: error: syntax errorbefore 'daddr_t'I ran into exactly the same problem coreutils 6.3 on AIX 5.2 with GCC 4.1.0. My patch is at the end of the message.
Yea, I did roughly the same thing I just put a #if 0 around the include that was causig problems and cured my ills. But I thought they would like to know.
[Prev in Thread] | Current Thread | [Next in Thread] |