X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e4dc03dcce4f881bcf8ca3586128ddf40ba0eea..b2a0801592284a074235c5e8f1c9987e873d6ba4:/docs/html/faqgtk.htm diff --git a/docs/html/faqgtk.htm b/docs/html/faqgtk.htm index e89b148d98..54bbdb5c10 100644 --- a/docs/html/faqgtk.htm +++ b/docs/html/faqgtk.htm @@ -28,6 +28,8 @@ See also top-level FAQ page.
  • Does wxGTK have GNOME support?
  • Warning about GTK libraries supplied with RedHat
  • What is wxWindows 2 for GTK?
  • +
  • What range of Intel Linux platforms will a given application binary be usable on?
  • +
    wxWindows 2 for GTK is a port of wxWindows to the
    GTK+ toolkit, @@ -53,6 +55,17 @@ the client will get notified twice, first getting a LOST event and then a CONNEC This problem can be solved by updating GTK with an official distribution of the library.

    +

    What range of Intel Linux platforms will a given application binary be usable on?

    + +Robert Roebling replies:

    + +"The important thing is the libc version that your app +is linked against. The most recent version is 2.2.5 +and programs linked against it will not run with version +2.1.X so that you will fare best if you compile your app +on a 2.1.X system. It will then run on practically all +Linux distros (if you link you app statically against +the image libraries and std C++ lib)."