This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11434] How to config gcc under AIX 4.2.1
- From: "lq2001ca at yahoo dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2003 17:04:39 -0000
- Subject: [Bug c++/11434] How to config gcc under AIX 4.2.1
- References: <20030704145733.11434.lq2001ca@yahoo.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11434
------- Additional Comments From lq2001ca at yahoo dot ca 2003-07-07 17:04 -------
Failed to build gcc 3.3 under aix 4.2.1.
I'm trying to build gcc 3.3 under aix 4.2.1 with following configuration:
../gcc-3.3/configure --prefix=/p/benjamin/usr/gcc-3.3 --enable-languages=c,c++ -
-enable-threads=aix --disable-shared
I got following error:
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3/libiberty/../include -W -Wall
-Wtraditional -pedantic ../../gcc-3.3/libiberty/physmem.c -o physmem.o
../../gcc-3.3/libiberty/physmem.c: In function `physmem_total':
../../gcc-3.3/libiberty/physmem.c:149: structure has no member named `physmem'
make[1]: *** [physmem.o] Error 1
make[1]: Leaving directory `/techsupport/benjamin/LinkFromScoservf/setup/gcc33/o
bjdir/libiberty'
make: *** [all-libiberty] Error 2