I can link protobuf statically with pthread:

g++ -g -Wall example.pb.cc example.cc -o example -static -lprotobuf 
-lpthread

However I am going to use protobuf on the real time OS where pthread 
library is not available. Is it possible to configure protobuf that way?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/X1_giFrweFIJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to