undefined reference when using distcc in CMAKE for Protobuf

74 views Asked by At

I am able to cmake protobuf directly, but want to do it via distcc

and all the times, it is throwing error as undefined reference to

I addedCXXFLAGS="-static-libstdc++" to the configure and triggered the cmake. Still getting the same error

Any ideas? Let me know if you need more information

0

There are 0 answers