Comment #1 on issue 165 by [email protected]: can not link for mips architecture
http://code.google.com/p/protobuf/issues/detail?id=165
It looks like there's something wrong with your C++ standard library. I don't really know what, though. Since it's mentioning tr1, I'd guess that it is related to unordered_map. You might want to edit config.h to force it to use hash_map instead of
unordered_map. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
