使用VisualGDB在windows上編寫linux程序(centos)遇到的問題

1、編寫多線程程序時,報錯: undefined reference to `pthread_create',需要在設置中加上多線程的庫. 2、使用自己編寫的靜態庫時,需要在Addtional linker inputs中輸入使用的庫,include drectories中輸入頭文件路徑: 3、使用動態庫 我們可以在 ~/.bashrc 或者 ~/.bash_profile 中加入 export
相關文章
相關標籤/搜索