오늘 처음으로 static compile 이라는 말을 들어봤습니다.
궁금해서 검색해봐도 딱 나오지를 않네요..
(위키에 당연히 나올줄 알았는데 ㅠ)
static compile은 어떤 개념이고
이에 상응하는 개념(혹 dynamic compile이라는게 있을런지...)에는
무엇이 있는지
간략한 설명 부탁드립니다.
감사합니다. :)
윈도우즈 라면 dll, 리눅스라면 so 동적 라이브러리를 사용하도록 compile하면 dynamic compile 사용되는 라이브러리가 따로 분리되지 않고 한 파일로 구성되도록 compile 하면 static compile
compile과정으로 두리뭉실 이야기하지만 실제는 linking 과정과 관련되어 있습니다.
http://en.wikipedia.org/wiki/Linker#Dynamic_linking
http://en.wikipedia.org/wiki/Library_(computer_science)#Dynamic_linking
동적 공유 라이브러리 사용 여부에 따라
윈도우즈 라면 dll, 리눅스라면 so 동적 라이브러리를 사용하도록 compile하면 dynamic compile
사용되는 라이브러리가 따로 분리되지 않고 한 파일로 구성되도록 compile 하면 static compile
compile과정으로 두리뭉실 이야기하지만 실제는 linking 과정과 관련되어 있습니다.
http://en.wikipedia.org/wiki/Linker#Dynamic_linking
http://en.wikipedia.org/wiki/Library_(computer_science)#Dynamic_linking