On Thu, Sep 20, 2012 at 11:06 AM, Too, Justin A. <t...@llnl.gov> wrote: > The goal, however, is to simply distribute a single executable that is > linked with 1) the project's core shared library, and 2) Boost.
Can you simplify it further? e.g. why have a core shared library, can you have a core static library instead? Likewise, can you statically link to Boost? If you can get it down to a single binary that only dynamically links to things that are available 'everywhere' (see http://www.linuxbase.org/navigator/browse/library.php for a list ), you're probably in very good shape. - Dan