Re: Static builds
- From: Paul Davis <paul linuxaudiosystems com>
- To: Sebastian <sebastian_rose gmx de>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Static builds
- Date: Sun, 16 Mar 2008 18:24:14 -0400
On Sun, 2008-03-16 at 20:10 +0100, Sebastian wrote:
> 1) I'll have to carry around
> the program itself for all the operating systems used
> + the libs for all the operating systems used
there will be essentially no more code than if you do a static link,
except of course that you will get, for example, all of GTK+ rather than
just the parts you use. one way or another, your "distribution" has to
contain everything your app needs; its either statically linked *into*
the binary, or it sits "next to it" as "private shared libraries".
> + some working script like the one above for all operating systems used,
the script will be more or less identical on most systems.
> which is a no go.
>
> 2) This is the wrong list for this question :-)
probably true.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]