anup wrote:
I am getting undefined symbol error for mutex implementations .

You need to link with libprotobuf_lite.a or libprotobuf.a.

The Mutex class is defined in src/google/protobuf/stubs/common.cc. This suggests you are not linking with the protocol buffer runtime library.

Hope this helps,

Evan

--
Evan Jones
http://evanjones.ca/

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@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