automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pre-built binary package


From: Dan Kegel
Subject: Re: Pre-built binary package
Date: Thu, 20 Sep 2012 11:29:15 -0700

On Thu, Sep 20, 2012 at 11:06 AM, Too, Justin A. <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]