下鏈接錯誤的Sun Studio 10我寫了這樣的測試程序:的Solaris
#include <sys/socket.h>
int main(void) {
int sock = socket(AF_INET, SOCK_DGRAM, 0);
return 0;
}
並試圖編譯:
$ /tool/sunstudio/bin/cc test.c
Undefined first referenced
symbol in file
socket test.o
ld: fatal: Symbol referencing errors. No output written to a.out
輸出爲「符號插座不引用」。
請給我指示,以便我可以解決這個問題。
你什麼錯誤? – codaddict 2010-10-11 11:44:55
什麼是鏈接錯誤? – claws 2010-10-11 11:45:50
致命:符號引用錯誤。 – Siddiqui 2010-10-11 11:48:24