공유 라이브러리

공유 라이브러리 컴퓨터/*nix 2006/04/25 22:31

생성

#gcc -shared -fPIC -o libtest.so test.o

-fPIC option = Tells the compiler that I'm going to be using test.o as part of a shared object

컴파일

#gcc -o app app.o -L. -ltest
Posted by Hikasiru
1  ... 423 424 425 426 427 428 429 430 431  ... 535 
하단 사이드바 열기

BLOG main image