> > eventually it says there is a libprotobuf.a file inside /.libs dir > > that cannot be found (no such file or directory) and then stops > > executing. The file IS there, I checked. > > I have not seen that in my testing. What exact arguments did you pass to > configure and make? Can you send the full error log? (I doubt I'll be able > to figure it out but maybe there's something there.)
I just did ./configure then make. no arguments. This is the error log (edited for readability): libtool: link: ar cru .libs/libprotoc.a code_generator.o command_line_interface.o cpp_enum.o cpp_enum_field.o cpp_extension.o cpp_field.o cpp_file.o cpp_generator.o cpp_helpers.o cpp_message.o cpp_message_field.o cpp_primitive_field.o cpp_service.o cpp_string_field.o java_enum.o java_enum_field.o java_extension.o java_field.o java_file.o java_generator.o java_helpers.o java_message.o java_message_field.o java_primitive_field.o java_service.o python_generator.o libtool: link: ranlib .libs/libprotoc.a libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../ libprotoc.la" "libprotoc.la" ) C:/appl/Cygwin/bin/sh.exe ../libtool --tag=CXX --mode=link g++ - Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -O2 -g - DNDEBUG -o protoc.exe main.o libprotobuf.la libprotoc.la libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno- sign-compare-O2 -g -DNDEBUG -o protoc.exe main.o ./.libs/ libprotobuf.a ./.libs/libprotoc.a /cygdrive/c/protobuf/src/.libs/libprotobuf.a g++.exe: /cygdrive/c/protobuf/src/.libs/libprotobuf.a: No such file or directory mingw32-make[2]: *** [protoc.exe] Error 1 mingw32-make[2]: Leaving directory `c:/protobuf/src' mingw32-make[1]: *** [all-recursive] Error 1 mingw32-make[1]: Leaving directory `c:/protobuf' mingw32-make: *** [all] Error 2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to protobuf@googlegroups.com To unsubscribe from this group, send email to protobuf+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---