public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.0.4 on AIX 5.1
@ 2002-05-01  8:32 Jubin
  2002-05-01  8:38 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Jubin @ 2002-05-01  8:32 UTC (permalink / raw)
  To: gcc, gcc-help

Hi,

I am trying to compile GCC 3.0.4 on IBM AIX 5.1 . But configure is running
each and every time for multilib.
So i don't how much time the compilation is going to take.
Please let me know how i can increase the speed.
Or is ti safe to turn off the multilib option;

Regards
Jubin



DISCLAIMER: This email is bound by the terms and conditions described at 
http://www.subexgroup.com/mail-disclaimer.htm


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

* Re: GCC 3.0.4 on AIX 5.1
  2002-05-01  8:32 GCC 3.0.4 on AIX 5.1 Jubin
@ 2002-05-01  8:38 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2002-05-01  8:38 UTC (permalink / raw)
  To: Jubin; +Cc: gcc, gcc-help

>>>>> Jubin  writes:

Jubin> I am trying to compile GCC 3.0.4 on IBM AIX 5.1 . But configure is running
Jubin> each and every time for multilib.
Jubin> So i don't how much time the compilation is going to take.
Jubin> Please let me know how i can increase the speed.
Jubin> Or is ti safe to turn off the multilib option;

	It is not safe to turn of the multilib options unless you intend
to not produce certain types of applications (no pthreads, no 64-bit apps,
etc.) 

	You can increase the build time somewhat by installing Bash and
adding

SHELL=/usr/local/bin/bash CONFIG_SHELL=/usr/local/bin/bash

to your "make" invocation.  If you have a multiprocessor system with
enough memory, you can use the "-j" option of Make to compile multiple
files simultaneously.

	On a uniprocessor system, a full bootstrap without running the
regression testsuite takes about 7 hours.

David

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

end of thread, other threads:[~2002-05-01 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-01  8:32 GCC 3.0.4 on AIX 5.1 Jubin
2002-05-01  8:38 ` David Edelsohn

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).