Results 1 to 7 of 7

Thread: Static vs. Dynamic Building for GPL Open Source Software Release

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Static vs. Dynamic Building for GPL Open Source Software Release

    Quote Originally Posted by brent99 View Post
    but you should only dynamically link proprietary program to GPL library.
    No, you can't link GPL libraries with proprietary applications, but it's possible with LGPL ones. It doesn't have to be dynamic linking, but it's easier to fulfill LGPL requirements with dynamic linking.

  2. #2
    Join Date
    Feb 2008
    Location
    Riverside, CA
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Static vs. Dynamic Building for GPL Open Source Software Release

    If that were true, you couldn't run proprietary apps on linux, since all the linux libraries are GPL.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Static vs. Dynamic Building for GPL Open Source Software Release

    GPL excludes libraries and tools that are "distributed as part of the system" (or something similar), so you can link closed-source apps against them.

    Besides, standard Linux libraries (such as glibc) are LGPL.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Static vs. Dynamic Building for GPL Open Source Software Release

    Quote Originally Posted by wysota View Post
    GPL excludes libraries and tools that are "distributed as part of the system" (or something similar), so you can link closed-source apps against them.
    Yes, and I remember seeing an exception in one of the system headers that covered proprietary applications.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.