[protobuf] support for solaris 9 using gcc 3.4.6

2011-10-20 Thread Jonathon S.
Hi, I am attempting to build protocol buffers 2.3.0 with gcc 3.4.6 on solaris 9 (SPARC). I am running into a few compiler errors. - Is protocol buffers supported on my platform? - Assuming it is, would anyone know why I am getting the following errors? google/protobuf/stubs/strutil.cc: In func

[protobuf] Re: Build tagged versions of protobuf?

2011-10-22 Thread Jonathon S.
Thanks Chris for the reply.The static library name though is protobuf-lite, so when I do -L -lprotobuf-lite in gcc, it wants to load the .so first, before the .a (static library). Also, what is the static link flag? Thanks, J On Oct 22, 11:02 am, Christopher Smith wrote: > You could also ju