This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with '-static' in 3.0 release on AIX


On Fri, Jun 22, 2001 at 11:24:58AM -0400, David Edelsohn wrote:
> >>>>> Albert Chin-A-Young writes:
> 
> Albert> What version of binutils do you use? 2.11.2 doesn't build "out of the
> Albert> box" on 4.3.2.
> 
> 	What failed for you?  I just configured and built binutils-2.11.2
> "out of the box" on AIX 4.3.3.

$ CC=xlc ./configure
...
$ gmake
..
gmake[3]: Entering directory `/opt/build/binutils-2.11.2/bfd'
/bin/sh ./libtool --mode=compile xlc -DHAVE_CONFIG_H -I. -I. -I.
-D_GNU_SOURCE   -DAIX_CORE_DUMPX_CORE -DAIX_CORE   -I. -I.
-I./../include  -I./../intl -I../intl    -g -c rs6000-core.c
xlc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DAIX_CORE_DUMPX_CORE
-DAIX_CORE -I. -I. -I./../include -I./../intl -I../intl -g -c
rs6000-core.c
"rs6000-core.c", line 441.15: 1506-022 (S) "c_impl" is not a member of
"struct core_dumpx".
gmake[3]: *** [rs6000-core.lo] Error 1

According to /usr/include/sys/core.h, struct core_dumpx has no member
c_impl on AIX 4.3.2. We have v4.3.2.10 of bos.adt.include.

-- 
albert chin (china@thewrittenword.com)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]