[protobuf] Re: How Do I Build Just the C++ Libraries?

2017-03-21 Thread Doug Lewis
I rebuilt the libraries from a clean copy of the source and now I am finding all of the files that I need. Thanks, Doug On Monday, March 20, 2017 at 1:21:12 PM UTC-5, Doug Lewis wrote: > > Thanks for the suggestion Josh! > > I tried executing the make in the src directory and it completes >

[protobuf] Re: How Do I Build Just the C++ Libraries?

2017-03-20 Thread Doug Lewis
Thanks for the suggestion Josh! I tried executing the make in the src directory and it completes successfully but I'm not sure I trust the .la files it created, they are only 923 bytes in size. Regards, Doug On Friday, March 17, 2017 at 7:18:47 PM UTC-5, Josh Haberman wrote: > > Try: > > $ cd

[protobuf] Re: How Do I Build Just the C++ Libraries?

2017-03-17 Thread 'Josh Haberman' via Protocol Buffers
Try: $ cd src && make libprotobuf.la libprotobuf-lite.la I can't guarantee it will compile without fork(), but it should avoid compiling the compiler! On Tuesday, March 14, 2017 at 2:01:43 PM UTC-7, Doug Lewis wrote: > > I'm going to be using protocol buffers on an embedded system using >