This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/11434] How to config gcc under AIX 4.2.1


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


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