public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* AIX build very slow
@ 2005-05-23 10:20 KRAJCSOVITS Gyorgy
  2005-05-23 12:44 ` Carlo Corridore
  0 siblings, 1 reply; 4+ messages in thread
From: KRAJCSOVITS Gyorgy @ 2005-05-23 10:20 UTC (permalink / raw)
  To: gcc-help

Hi,
   tried to build gcc-3.4.4 and gcc-4.0.0 on
$ uname -a
AIX localhost 2 5

   Both builds with ../gcc-xxx/configure --enable-threads=posix
--prefix=...

   Both slow down at a configure for G++, last couple of messages:
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... ^Cmake[1]: ***
[configure-target-libstdc++-v3] Error 129
make: *** [bootstrap-lean] Interrupt

I did a CTRL-C to stop it, each of these lines took 5-10 minutes alone.
Any idea ? Should I use pthreads=aix instead ?

bye, krajo

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

* Re: AIX build very slow
  2005-05-23 10:20 AIX build very slow KRAJCSOVITS Gyorgy
@ 2005-05-23 12:44 ` Carlo Corridore
  2005-05-23 17:25   ` Daniel Berlin
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Corridore @ 2005-05-23 12:44 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 923 bytes --]

I had the same problem with Aix 4.3.3.
It seems that Aix, during configuration, decrease the priority
of the configuring shell.
It goes faster changing configuring shell with bash Shell
(CONFIG_SHELL=/usr/local/bin/bash) before configure.


Bye.


KRAJCSOVITS Gyorgy wrote:
> Hi,
>    tried to build gcc-3.4.4 and gcc-4.0.0 on
> $ uname -a
> AIX localhost 2 5
> 
>    Both builds with ../gcc-xxx/configure --enable-threads=posix
> --prefix=...
> 
>    Both slow down at a configure for G++, last couple of messages:
> checking nan.h usability... no
> checking nan.h presence... no
> checking for nan.h... no
> checking ieeefp.h usability... no
> checking ieeefp.h presence... ^Cmake[1]: ***
> [configure-target-libstdc++-v3] Error 129
> make: *** [bootstrap-lean] Interrupt
> 
> I did a CTRL-C to stop it, each of these lines took 5-10 minutes alone.
> Any idea ? Should I use pthreads=aix instead ?
> 
> bye, krajo
> 
> 


[-- Attachment #2: carlo.vcf --]
[-- Type: text/x-vcard, Size: 346 bytes --]

begin:vcard
fn:Carlo Corridore
n:Corridore;Carlo
org:Alenia Aeronautica Nola;Sistemi di Integrazione
adr:;;Via Boscofangone Zona A.S.I.;Polvica di Nola;NA;80035;Italy
email;internet:carlo@alenianola.finmeccanica.it
title:Systems & Integration Manager
tel;work:++39-81-315-4103
tel;fax:++39-81-315-4044
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: AIX build very slow
  2005-05-23 12:44 ` Carlo Corridore
@ 2005-05-23 17:25   ` Daniel Berlin
  2005-05-23 19:10     ` KRAJCSOVITS Gyorgy
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Berlin @ 2005-05-23 17:25 UTC (permalink / raw)
  To: Carlo Corridore; +Cc: gcc-help

On Mon, 2005-05-23 at 14:45 +0200, Carlo Corridore wrote:
> I had the same problem with Aix 4.3.3.
> It seems that Aix, during configuration, decrease the priority
> of the configuring shell.

No, that's not it.
Its that ksh creates a ton of temp files to do operations that configure
is trying to do.
BASH does not, thus bash is much faster at configuring
(100x :P)


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

* Re: AIX build very slow
  2005-05-23 17:25   ` Daniel Berlin
@ 2005-05-23 19:10     ` KRAJCSOVITS Gyorgy
  0 siblings, 0 replies; 4+ messages in thread
From: KRAJCSOVITS Gyorgy @ 2005-05-23 19:10 UTC (permalink / raw)
  To: gcc-help

On Mon, 23 May 2005, Daniel Berlin wrote:

> On Mon, 2005-05-23 at 14:45 +0200, Carlo Corridore wrote:
> > I had the same problem with Aix 4.3.3.
> > It seems that Aix, during configuration, decrease the priority
> > of the configuring shell.
>
> No, that's not it.
> Its that ksh creates a ton of temp files to do operations that configure
> is trying to do.
> BASH does not, thus bash is much faster at configuring
> (100x :P)
>
Thanks everyone, that was it. Guess my plan to compile bash with gcc
backfired :)
For the archives: use bash instead of ksh as shell on AIX 5.2 if build is
very slow.
bye, krajo

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

end of thread, other threads:[~2005-05-23 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-23 10:20 AIX build very slow KRAJCSOVITS Gyorgy
2005-05-23 12:44 ` Carlo Corridore
2005-05-23 17:25   ` Daniel Berlin
2005-05-23 19:10     ` KRAJCSOVITS Gyorgy

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