Compiling Apache or gcc/g++ for AIX

2010.05.11 11:12

조인상 조회 수:13209

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++


Compiling Apache or gcc/g++ for AIX

Several have commented that build times for Apache and gcc/g++ on AIX are objectionable.

This problem can be resolved by exporting the following environment variables.
    export CONFIG_SHELL=/opt/freeware/bin/bash
    export CONFIG_ENV_ARGS=/opt/freeware/bin/bash
                         
The performance gains:
- The Apache configure script dropped from 2.5 hours to 3 minutes.
- The gcc and gcc++ build went from 4-5 hours to 35 minutes.
- The full blown gcc build using NFS went from 50 hours to 2 hours.

서버에 요청 중입니다. 잠시만 기다려 주십시오...