Centos - 5 에 Objective - C 를 설치 한 컴 파일 환경

1. gcc 의 obbc 컴 파일 기능 설치:
$ yum -y install gcc-objc

 
2. http://wwwmain.gnustep.org 에서 GNUstep Startup 과 GNUstep Base 를 다운로드 하고 소스 코드 에서 설치 합 니 다.
 
3. gnustep tools 디 렉 터 리 를 시스템 디 렉 터 리 에 추가 합 니 다 (기본 값 은 / usr / GNUstep / System / Tools)
$ export PATH=$PATH:/usr/GNUstep/System/Tools

 
4. 컴 파일 된 라 이브 러 리 를 ldconfig 설정 파일 에 두 기
$ echo "/usr/GNUstep/Local/Library/Libraries/" >> /etc/ld.so.conf
$ ldconfig
 
5. objective - c. m 파일 컴 파일 진행
$ gcc `gnustep-config --objc-flags` -L/usr/GNUstep/Local/Library/Libraries -lgnustep-base hello.m -o hello

 
6. 프로그램 실행
 
 
참고 가능 http://www.techotopia.com/index.php/Building_and_Installing_GNUstep_on_Linux

좋은 웹페이지 즐겨찾기