c++ - Protocol Buffer Make command not found libprotobuf.dll.a -
i downloaded protocolbuffer-2.5.0.zip file, follow readme.txt installion:
./configure make make check make install
and in command make error message: "g++.exe: error: /cygdrive/d/bayproject/protobuf-2.5.0/src/.libs/libprotobuf.dll. a: no such file or directory"
but file libprotobuf.dll.a there!
what wrong? thx
do have gcc/mingw installed cygwin64? had same issue realized configuring perl64 gcc compiler. installing cygwin version setup.exe allowed protobuf build , pass tests.
Comments
Post a Comment