public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Bootstrapping GCC 3.4.3 on AIX 5.2
@ 2005-03-22 21:07 Wheeler, Richard
  0 siblings, 0 replies; 4+ messages in thread
From: Wheeler, Richard @ 2005-03-22 21:07 UTC (permalink / raw)
  To: ebs; +Cc: gcc-help

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bootstrapping GCC 3.4.3 on AIX 5.2
@ 2005-04-04 20:11 David Edelsohn
  0 siblings, 0 replies; 4+ messages in thread
From: David Edelsohn @ 2005-04-04 20:11 UTC (permalink / raw)
  To: Wheeler, Richard, Eli Ben-Shoshan, Colm McHugh; +Cc: gcc-help

	The OS and update requirements for bootstrapping GCC on AIX are
listed on the GCC Host/Target specific installation notes for GCC under
the "*-ibm-aix*" item

	http://gcc.gnu.org/install/specific.html#*-ibm-aix*

As has been mentioned, assembler updates are required for AIX 5.2.

David

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bootstrapping GCC 3.4.3 on AIX 5.2
  2005-03-22 13:44 Wheeler, Richard
@ 2005-03-22 19:55 ` Eli Ben-Shoshan
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Ben-Shoshan @ 2005-03-22 19:55 UTC (permalink / raw)
  To: Wheeler, Richard; +Cc: gcc-help

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/powerpc-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/backward
> -Wno-deprecated 
> -c../../../../../gcc-3.4.3/libstdc++-v3/src/strstream.cc -DPIC -o
> .libs/strstream.o
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Bootstrapping GCC 3.4.3 on AIX 5.2
@ 2005-03-22 13:44 Wheeler, Richard
  2005-03-22 19:55 ` Eli Ben-Shoshan
  0 siblings, 1 reply; 4+ messages in thread
From: Wheeler, Richard @ 2005-03-22 13:44 UTC (permalink / raw)
  To: gcc-help

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/powerpc-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/backward
-Wno-deprecated 
-c../../../../../gcc-3.4.3/libstdc++-v3/src/strstream.cc -DPIC -o
.libs/strstream.o

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-04 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-22 21:07 Bootstrapping GCC 3.4.3 on AIX 5.2 Wheeler, Richard
  -- strict thread matches above, loose matches on Subject: below --
2005-04-04 20:11 David Edelsohn
2005-03-22 13:44 Wheeler, Richard
2005-03-22 19:55 ` Eli Ben-Shoshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).