2010년 12월 26일 일요일

IBM AIX에서 cunit, cppunit 설치

1. cunit 컴파일
1) configure 파일 변경
configure 파일에서 "-BCpg" 구문을 "-X 64 -BCpg"으로 변경
2) configure 실행
./configure --prefix=/usr/local CC=gcc CFLAGS="-mpowerpc64 -maix64" AR_FLAGS="-X64 cru"
3) make
4) make install


2. cppunit 컴파일
1) configure 파일 변경
configure 파일에서 "-BCpg" 구문을 "-X 64 -BCpg"으로 변경
2) configure 실행
./configure --prefix=/usr/local --disable-shared CXX=xlC_r CXXFLAGS="-q64" AR_FLAGS="-X64 cru"
3) make
4) make install

댓글 없음:

댓글 쓰기