I would like to install protocol buffer in my own user directory instead of /usr/local. I am running ./configure with the --prefix option. I have run make clean to eliminate worries of recompiling.
When running make install I get the following errors: libtool: install: ranlib /home/mydir/opt/lib/libprotobuf-lite.a ranlib: file: /home/mydir/opt/lib/libprotobuf-lite.a(atomicops_internals_x86_gcc.o) has no symbols ranlib: file: /home/mydir/opt/lib/libprotobuf-lite.a(atomicops_internals_x86_msvc.o) has no symbols ../libtoll: line 1096: 57502 Bus error: 10 ranlib /home/mydir/opt/lib/libprotobuf-lite.a make[3]: *** [install-libLTLIBRARIES] Error 138 make[2]: *** [install-am] Error 2 make[1]: *** [install] Error 2 make: *** [install-recursive] Error 1 Does anyone know what could potentially be the issue here and how to resolve? Thanks -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
