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 <[email protected]>
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 as I did on the earlier version:
>
> libtool: link: ranlib .libs/libprotoc.a
> libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../
> libprotoc.la" "libprotoc.la" )
> /bin/sh ../libtool  --tag=CXX   --mode=link g++  -DHAVE_PTHREAD=1  -Wall
> -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG   -o
> protoc.exe google/protobuf/compiler/main.o  libprotobuf.la libprotoc.la
> libtool: link: g++ -DHAVE_PTHREAD=1 -Wall -Wwrite-strings
> -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -o .libs/protoc.exe
> google/protobuf/compiler/main.o  ./.libs/libprotobuf.dll.a
> ./.libs/libprotoc.dll.a
> /home/DLewis/RTS3-PB/protobuf-3.0.0-beta-3/src/.libs/libprotobuf.dll.a
> -L/usr/local/lib
>
Could you try to invoke this command line directly?


> g++.exe:
> /home/DLewis/RTS3-PB/protobuf-3.0.0-beta-3/src/.libs/libprotobuf.dll.a: No
> such file or directory
>
Try "file
 /home/DLewis/RTS3-PB/protobuf-3.0.0-beta-3/src/.libs/libprotobuf.dll.a"?


> make[2]: *** [Makefile:3170: protoc.exe] Error 1
>
> I checked the directory and the file does exist in that directory.
>
Seems something is wrong with your working directory. Maybe try it in a
different path?


>
> 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 followed the steps in the readme
>> instructions including "./configure".
>>
>> When I issue the make command everything executes correctly until the
>> "ranlib .libs/librprotoc.a" command is issued.  The following error is
>> displayed:
>>
>> g++.exe:
>> /home/DLewis/RTS3-PB/protobuf-3.0.0-beta-3/src/.libs/libprotobuf.dll.a: No
>> such file or directory
>>
>> I check the directory and the file exists in that directory.
>>
>> Has anyone else been able to build version 3 of protocol buffers using
>> cygwin on a Windows 7 PC?
>>
>> The gcc version is 3.4.4.
>>
>> Thanks,
>> Doug
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to