http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923
Summary: Errors when installing GCC 4.5.2 on AIX 6.1
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bootstrap
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 23489
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23489
Output commands configure and make
Hello,
I would like to install version 4.5.2 of GCC on AIX 6.1. This release allows me
to use optimizations for Power7.
I installed gcc, C++, cpp, libgcc, LIBGOMP, LIBMPC, M4, MPFR and GMP through
RPM.
After that I setted the environment variables:
export CONFIG_SHELL=/opt/freeware/bin/bash
export LDR_CNTRL=MAXDATA=0x50000000
export LDR_CNTRL=MACDATA=0x30000000
export CONFIG_SHELL
export PATH=/opt/freeware/bin:/users/app/gcc/bin:$PATH:.
export LIBPATH=/opt/freeware/lib:
export LD_LIBRARY_PATH=$LIBPATH
And I run the command configure:
../gcc-4.5.2/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--enable-languages=c,c++ --prefix=/users/app/gcc-4.5.2
--mandir=/users/app/gcc/man --infodir=/users/app/gcc/share/info
--enable-version-specific-runtime-libs --disable-nls
--host=powerpc-ibm-aix6.1.0.0 --enable-static --enable-threads=aix
--enable-shared
During the "make" phase, I get the output that I attach.
What can I do?
Mirko