linux 靜態庫的鏈接 undefined reference

t+0x7): undefined reference to `test'   collect2: ld returned 1 exit status      這就是最典型的undefined reference錯誤,因爲在鏈接時發現找不到某個函數的實現文件,本例中test.o文件中包含了test()函數的實現,所以如果按下面這種方式鏈接就沒事了。 gcc -o main main.o test
相關文章
相關標籤/搜索