RE: Releasing software with a GTK front end
- From: <martyn 2 russell bt com>
- To: <fnaumann cs uni-magdeburg de>, <gtk-app-devel-list gnome org>
- Cc:
- Subject: RE: Releasing software with a GTK front end
- Date: Wed, 23 Jun 2004 07:33:53 +0100
5. You have to use the dynamic version - static linking is prohibited
You can static link, but it means you need to make your own code
available too.
For LGPL it don't matter if you link statically or dynamically, at least I
understand it so.
No, if you statically link your code to an LGPL'd library like GTK, you MUST provide object code so that if
changes to GTK are made, your software can still link with GTK.
Basically if you dynamically link, you have much less to worry about :)
This is how I understand it, correct me if I am wrong.
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]