[protobuf] Re: Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-29 Thread Maciej Bliziński
On Mar 15, 12:00 am, Steven Ong wrote: > Although the code was compiled by CSW gcc4, Sun's linker (from /usr/bin/ld) > was invoked to link the compiled code. Apparently, there are incompatibility > between the code compiled by gcc and the one that Sun's ld can take, hence, > it unable to link... >

[protobuf] Re: Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-12 Thread Maciej Bliziński
On Mar 11, 3:44 am, stevenong2007 wrote: > I am running Nexenta (Debian on top of Solaris 11) Allright, that changes a lot of things. I was assuming you were running Solaris 10 or OpenSolaris. There's something I don't understand here though -- if you're using nexenta, why is your gcc so old?

[protobuf] Re: Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-12 Thread Maciej Bliziński
On Mar 3, 3:43 pm, Steven Ong wrote: > Hi all, > > I tried to run 'configure' for the 'protobuf-2.3.0' on an Intelx86 and > Solaris 10 machine. It's failed and I saw the following error message: > > > config.status: creating protobuf-lite.pc > (...) > ...Here are the info on the GNU tools: >

[protobuf] Sun Studio 11 on Solaris 8, i386: two unit tests are failing

2010-02-23 Thread Maciej Bliziński
I got protobuf to build on Solaris 8. All tests are passing on sparc (both 32 and 64-bit), two tests are failing on i386. (amd64 build is yet to come) [ FAILED ] CommandLineInterfaceTest.OutputDirectoryIsFileError [ FAILED ] DiskSourceTreeTest.MapDirectory [ RUN ] DiskSourceTreeTest.M