-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
安装完成后想运行一下testcast的例子,运行失败了。运行的命令如下
g++ test_tinypb_server.cc ../lib/libtinyrpc.a -o test_tinypb_server
报的错误是找不相关引用,比如:
/usr/bin/ld: /tmp/ccBramt5.o:(.data.rel.ro._ZTV16QueryServiceImpl[_ZTV16QueryServiceImpl]+0x30): undefined reference to `QueryService::GetRequestPrototype(google::protobuf::MethodDescriptor const*) const'
和
/root/tinyrpc-main/tinyrpc/comm/config.cc:31: undefined reference to `TiXmlElement::GetText() const'
/usr/bin/ld: /root/tinyrpc-main/tinyrpc/comm/config.cc:35: undefined reference to `TiXmlElement::GetText() const'
Metadata
Metadata
Assignees
Labels
No labels