/usr/bin/ld: warning: libndgts.so, needed by ./lib/linux/not/lib/libnotes.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libxmlproc.so, needed by ./lib/linux/not/lib/libnotes.so, not found (try using -rpath or -rpath-link)
./lib/linux/not/lib/libnotes.so: undefined reference to `XmlFormatter::operator<<(unsigned short const*)@xmlproc_v1.00'
이런식으로 메시지가 나오는데 ./lib/linux/not/lib/ 라는 경로에 libnotes.so 파일과 libndgts.so, libxmlproc.so 두개의 파일이 같이 있는데 왜
문제인걸까요?
어디서 보니까 . libnotes.so 에 링킹을 걸어줘야 한다던데 어떻게 거는지좀 알려주세요 ㅠㅠ