gcc lib.c -o lib.so -fPIC -shared


-fPIC: Position Independent Code

'Language' 카테고리의 다른 글

[Language] Webpack이란?  (0) 2018.01.04
[Language] Node.js와 CommonJS  (0) 2018.01.04
[C/C++] gcc option (추천 옵션)  (0) 2017.12.18
[C] 2D 배열 포인터 example (Pointer to 2D array)  (0) 2017.12.18
[OOP] private 키워드의 필요성  (0) 2017.12.15

WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/