[protobuf] Re: Linking errors when compiling protobuff 2.5.0 on linux

2017-04-29 Thread Taw Moto
Indeed that was the problem, I just delete that parameter, I don't really need it to be honest. Thank you very much for your reply! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails fro

[protobuf] Re: Linking errors when compiling protobuff 2.5.0 on linux

2017-04-29 Thread Taw Moto
Indeed that was the problem, I just delete that parameter, I don't really need it to be honest. Thank you very much for your reply! On Saturday, April 29, 2017 at 3:03:25 AM UTC+3, Josh Haberman wrote: > > I don't think we support building with -fvisibility=hidden. > > That said, it might be a si

[protobuf] Re: Linking errors when compiling protobuff 2.5.0 on linux

2017-04-28 Thread 'Josh Haberman' via Protocol Buffers
I don't think we support building with -fvisibility=hidden. That said, it might be a simple fix. You could try tweaking the code in base/port.h according to the suggestions here: https://gcc.gnu.org/wiki/Visibility If you got it to work I think we would welcome a PR on GitHub. On Friday, April