Rogue Wave Component Builder (RCB): Building Your Applications : PART II Module-Specific Build Information : Chapter 3 Essential Tools Module Build Information : Required Link Libraries
Required Link Libraries
To build an application that uses the Snappy Package of the Essential Tools Module, link to:
The Essential Tools Module library
The Snappy Package library (snappy)
The underlying compressor library (Google Snappy)
For specific information about linking to this library, see the next two sections.
Linking to Snappy on Windows
On Windows, the distributed import library differs for debug and release builds:
For debug builds, link to snappyd.lib.
For release builds, link to snappy.lib.
Linking to Snappy on UNIX
On UNIX, the distributed import libraries differ for static and dynamic builds:
For static builds, link to libsnappy.a.
For dynamic builds, link to libsnappy.so (or whatever extension your platform uses for shared objects).