Closed GoogleCodeExporter closed 9 years ago
Hi,
We don't really do library building ourselves; all of this is deferred to
libtool, which we use in a rather straightforward way. So if it doesn't work on
your platform, please open a bug with libtool.
Original comment by se...@google.com
on 17 Feb 2013 at 5:12
Thanks.
Indeed it seems to be libtool specific.
I manually built the shared library like this:
g++ -shared -o libsnappy.so snappy.cc snappy-sinksource.cc
snappy-stubs-internal.cc snappy-c.cc
And it works perfectly, tested by writing a small test program that links with
it and does compression and decompression.
Will report an issue to libtool.
Original comment by fdman...@gmail.com
on 17 Feb 2013 at 7:51
Original issue reported on code.google.com by
fdman...@gmail.com
on 17 Feb 2013 at 5:11Attachments: