View on bundling system libraries

0 views
Skip to first unread message

Vadim Peretokin

unread,
Dec 3, 2009, 1:15:37 AM12/3/09
to autopackage
Hi,

What is the autopackage developers pov on bundling core system
libraries like a gui framework within a packge?

Jan Niklas Hasse

unread,
Dec 3, 2009, 4:53:49 AM12/3/09
to autop...@googlegroups.com
I wouldn't do it, since most frameworks like Gtk+ or Qt are already
provided by the native package manager. But there might be situations
where it's useful. But maybe static linking is easier in those cases?

Vadim Peretokin

unread,
Dec 3, 2009, 8:12:21 AM12/3/09
to autop...@googlegroups.com
Alright, thanks for the response :)

Eugene Zolenko

unread,
Dec 9, 2009, 12:49:35 AM12/9/09
to autop...@googlegroups.com
If you do build them, make sure to install them privately. You need to
make sure your binaries won't pick up system libs and that system apps
won't pick up your copy of the libs.

It might not always matter when interface versioning is sane, but
sometimes it is not (take Qt for example).

Always safer to take most paranoid approach. And the cost of space (and
build time if you distribute sources) is probably irrelevant. Depends on
you target audience I guess.
Reply all
Reply to author
Forward
0 new messages