1. 程式人生 > >處理 /usr/bin/ld: cannot find -lc等編譯問題

處理 /usr/bin/ld: cannot find -lc等編譯問題

用g++編譯C++程式時顯示出:
/usr/lib/ld: cannot find -lc
/usr/lib/ld: cannot find -lgcc_s
/usr/lib/ld: cannot find -lm
/usr/lib/ld: cannot find -lgcc_s
的錯誤。在網上看了很多中關於/usr/lib/ld: cannot find -lXXX的解法,但是大同小異,沒有很具體的講解。所以把我的解決方法記錄一下。