Originally posted by: litfos
Hello all,
I tried to compile apache 2.2.14 first at work on an idle lpar (apache sources were located in /tmp).
aix 5.3 TL 10.
System Model: IBM,8203-E4A
Processor Type: PowerPC_POWER6
Number Of Processors: 4
Processor Clock Speed: 4204 MHz
Kernel Type: 64-bit
Memory Size: 9728 MB
with gcc 4.2,
$ date ; ./configure> /dev/null ;date
Mon Nov 23 16:26:59 CUT 2009
Mon Nov 23 16:31:59 CUT 2009
$ date ; gmake > /dev/null ;date
Mon Nov 23 16:34:57 CUT 2009
Mon Nov 23 16:40:49 CUT 2009
It was successful.
and then did the same at home on a 2.26 Ghz Intel core 2 Duo apple laptop with 10.6.2 OS(darwin), 2 GBs of RAM.
date; ./configure >/dev/null;date
Mon Nov 23 23:56:19 CET 2009
Mon Nov 23 23:56:27 CET 2009
date; make >/dev/null 2>/dev/null ;date
Mon Nov 23 23:57:50 CET 2009
Mon Nov 23 23:58:34 CET 2009
I was surprised that compilation on a laptop was much faster.
Is there an explanation for these differences in timings?
#AIX-Forum