その先にあるもの…

eclips에서 so파일 세팅 본문

프로그래밍/C++

eclips에서 so파일 세팅

specialJ 2022. 8. 30. 17:50

 

 

property -> c/c++ build -> settings -> tool settings -> GCC C++ Linker -> Libraires 

Libraries (-l)에

PocoFoundation, PocoNet  라이브러리 이름 작성

Library search path(-L) 

경로 

 

Libraries에

libPocoFoundation.so, libPocoNet.so 로 적어두면 인식 못함

lib와 .so  삭제해야 함.

 

 

https://www.eclipse.org/forums/index.php/t/168120/

프로젝트 속성->C/C++ 빌드->설정->GCC C++ 링커->라이브러리->[-L 옵션] 섹션

you have to add the library name itself on the top pane (-l option). Omit the ending (e.g. mylib.so then add mylib).

Comments