I'm going to be using protocol buffers on an embedded system using 
uClinux.  I need to build the C++ libraries using the cross-compiler but 
*not* build the protoc compiler, I will compile the proto files on my 
Ubuntu host.  If I use the package from git it builds both the protoc 
compiler and the libraries.  Due to issues with uClinux, i.e. does not 
support 'fork', the compiler will not build using the full build process 
when configured for the cross-compiler.

How do I build just the C++ libraries?

Thanks,
Doug

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to