求助链接问题!
在solaris5.10中编译链接一个工程时遇到这个错误:
Undefined first referenced
symbol in file
sendfilev64 /。。。/。。。/lib//libapr-1.a(sendrecv.o)
这个sendfilev64在哪呢?
那个libapr-1.a也是我自己编译生成的
[解决办法]
sendfileev64可能在你sendrecv.cpp引用的一个头文件里,但你没有包含那个头文件的静态库。