undefined reference to `dlopen'問題

1、 undefined reference todlopen’問題` 1.1 單個文件狀況下 web # 添加參數 -ldl g++ main.cpp -ldl 1.2 基於cmake的工程svg 在add_executable後面添加以下配置spa add_executable(pwc main.cpp) TARGET_LINK_LIBRARIES(pwc dl)
相關文章
相關標籤/搜索