[Top][All Lists]
[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
- Re: Pre-built binary package, (continued)
- Re: Pre-built binary package, Diego Elio Pettenò, 2012/09/20
- Re: Pre-built binary package, Eric Blake, 2012/09/20
- Re: Pre-built binary package, Nick Bowler, 2012/09/20
- Re: Pre-built binary package, Sam Varshavchik, 2012/09/20
- Re: Pre-built binary package, Dan Kegel, 2012/09/20
- Re: Pre-built binary package, Baurzhan Ismagulov, 2012/09/20
- Re: Pre-built binary package, Too, Justin A., 2012/09/20
- Re: Pre-built binary package, Baurzhan Ismagulov, 2012/09/24
- Re: Pre-built binary package, Bob Friesenhahn, 2012/09/20
Re: Pre-built binary package, Too, Justin A., 2012/09/20
- Re: Pre-built binary package,
Dan Kegel <=