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. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
