我正在通过 Donahoo 使用 Xcode 5.0 从 C 中的 TCP/IP 套接字编译代码。代码可以在这里找到:http ://cs.baylor.edu/~donahoo/practical/CSockets/code/UDPEchoServer.c
编译时出现错误:
Undefined symbols for architecture x86_64:
"_DieWithError", referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
“_DieWithError”是什么框架,引用自什么?我似乎无法在互联网上找到它。