Hello,
I am cross-compiling protobuf for C++ for various target but for one of them protoc fails to link.
Since I do NOT need protoc on the target I am trying to find a way to only compile the runtime library; that part successfully compiles so I would good and get a clean build result if it were possible to skip protoc.
Anyone know how to do this? I tried to use "-with-protoc" but this does not skip buidding it; it just instruct the build system to use an external protoc when compiling the test harness.