[protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-06 Thread Douglas Lewis
Well now I have to find "autoreconf" for the autoconf.sh to work. I have to say I am very disappointed in how much time, over 2 weeks, I have put into trying to get version 3 of the protocol buffers to build on my laptop! I'm to the point where I am going to recommend to our manager that we sc

Re: [protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-03 Thread 'Feng Xiao' via Protocol Buffers
I recommend trying to use cmake to build it then. After installing cmake, just do: $ ./autogen.sh $ mkdir -p cmake/build && cd cmake/build $ cmake .. $ make On Fri, Jun 3, 2016 at 7:23 AM, Douglas Lewis wrote: > I'm going through the results of the "./configure" command and these are > the worri

[protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-03 Thread Douglas Lewis
I'm going through the results of the "./configure" command and these are the worrisome outputs I see: - zlib version... headers missing or too old (requires 1.2.0.4) - configure: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib On Tuesday, May 31, 2016 a

[protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-03 Thread Douglas Lewis
I tried using a different target directory to build the code in and I still get the same error during the link process. On Tuesday, May 31, 2016 at 8:15:14 AM UTC-5, Douglas Lewis wrote: > > I'm trying to make protocol buffers using the provided make file and > instructions for version 3. I've

Re: [protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-01 Thread 'Feng Xiao' via Protocol Buffers
Not sure what's the problem. Just some random ideas I would try. See below. On Wed, Jun 1, 2016 at 6:51 AM, Douglas Lewis wrote: > I updated my version of cygwin today and now the gcc is at version 5.3.0. > I did a "make clean" and then a "make" from my target directory. I get the > same error

[protobuf] Re: Errors During link of make process using gcc on cygming

2016-06-01 Thread Douglas Lewis
I updated my version of cygwin today and now the gcc is at version 5.3.0. I did a "make clean" and then a "make" from my target directory. I get the same error as I did on the earlier version: libtool: link: ranlib .libs/libprotoc.a libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s

[protobuf] Re: Errors During link of make process using gcc on cygming

2016-05-31 Thread Douglas Lewis
I will try both once I find the build instructions again for version 3. I had them open at one point in my browser but I had to restart the laptop and now I cannot find the instructions for building version 3. On Tuesday, May 31, 2016 at 8:15:14 AM UTC-5, Douglas Lewis wrote: > > I'm trying to