美文网首页
protobuf学习:联编错误

protobuf学习:联编错误

作者: ChanYeol666 | 来源:发表于2020-06-02 20:44 被阅读0次

c++ test1test.cc test1.pb.cc -o c -std=c++11

出错:

protobuf运行出错 protobuf运行出错

collect2: error: ld returned 1 exit status

解决:

c++ test1test.cc test1.pb.cc -o c -std=c++11 `pkg-config --cflags --libs protobuf`

相关文章

网友评论

      本文标题:protobuf学习:联编错误

      本文链接:https://www.haomeiwen.com/subject/atoyzhtx.html