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`
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
网友评论