정적 라이브러리

정적 라이브러리 컴퓨터/*nix 2006/04/25 22:21
정적 라이브러리는 하나의 파일에 여러 개의 오브젝트(object) 파일을 모아 놓은 것이다.

새로운 아카이브(archive) 파일 만들기
#ar cr libtest.a test1.o tes2.o


갱신 하기
#ar r libtest.a test2.o


목록 출력
#ar tv libtest.a
컴파일
#gcc -o app app.o -L. -ltest
  or
#gcc -o app app.o libtest.a
Posted by Hikasiru
1  ... 424 425 426 427 428 429 430 431 432  ... 535 
하단 사이드바 열기

BLOG main image