This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Bootstrapping GCC 3.4.3 on AIX 5.2
- From: "Wheeler, Richard" <Richard_Wheeler at CINFIN dot com>
- To: ebs at ufl dot edu
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 22 Mar 2005 14:55:10 -0500
- Subject: RE: Bootstrapping GCC 3.4.3 on AIX 5.2
Thanks, I found out earlier that we have ML02 installed. But you need APAR
IY53606 installed to get past the assembler loop issue. That APAR is
included with ML05. I have the APAR applied now and I am recompling it now
so I will see how it goes. Thanks for your offer though.
-----Original Message-----
From: Eli Ben-Shoshan [mailto:linkages@ufl.edu]
Sent: Tuesday, March 22, 2005 2:28 PM
To: Wheeler, Richard
Cc: gcc-help@gcc.gnu.org
Subject: Re: Bootstrapping GCC 3.4.3 on AIX 5.2
Richard,
I don't think so. I was able to compile gcc 3.4.3 on AIX 5.2 ML05 in
less than
6 hours. The machine is a p615 with 2 power4 1.5Ghz cpus and 4Gb of ram.
Here is the output of "gcc -v"
-bash-2.05b$ gcc -v
Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix5.2.0.0/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --prefix=/usr/local
--enable-threads=aix --enable-languages=c,c++ --disable-nls Thread model:
aix gcc version 3.4.3
I found that I must have ML05 installed to get this to compile.
If you wish I can make a source and binary RPM available.
Wheeler, Richard wrote:
> Is this step expected to be taking so long(96+ hours) or is there a
> problem with completing this step:
>
> # ps -fu userid | grep 71730
> UID PID PPID C STIME TTY TIME CMD
> userid 69686 71730 120 Mar 18 - 5795:42 as -u -mPPC -o
> .libs/strstream.o /tmp/cccPqMPs.s
> userid 71730 66322 0 Mar 18 - 0:00 /gcc.3.4.3/gcc/xgcc -shared-libgcc
> -Bgcc.3.4.3/gcc/ -nostdinc++
> -L/gcc.3.4.3/powerpc-ibm-aix5.2.0.0/pthread/libstdc++-v3/src
> -L/gcc.3.4.3/powerpc-ibm-aix5.2.0.0/pthread/libstdc++-v3/src/.libs
> -B/usr/local/powerpc-ibm-aix5.2.0.0/bin/
> -B/usr/local/powerpc-ibm-aix5.2.0.0/lib/
> -isystem /usr/local/powerpc-ibm-aix5.2.0.0/include
> -isystem /usr/local/powerpc-ibm-aix5.2.0.0/sys-include -pthread
> -I/gcc.3.4.3/powerpc-ibm-aix5.2.0.0/pthread/libstdc++-v3/include/power
> pc-ibm
> -aix5.2.0.0
> -I/gcc.3.4.3/powerpc-ibm-aix5.2.0.0/pthread/libstdc++-v3/include
> -I/gcc-3.4.3/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -pthread
> -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
> -fdiagnostics-show -location=once
> -I/gcc.3.4.3/powerpc-ibm-aix5.2.0.0/pthread/libstdc++-v3/include/backw
> ard
> -Wno-deprecated
> -c../../../../../gcc-3.4.3/libstdc++-v3/src/strstream.cc -DPIC -o
> .libs/strstream.o
>