X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6900c006b669c92ba6b0c5df9fd12b7da437a6f..9c112555198f51fcec71106530cddba95a17f3dc:/docs/html/faqgtk.htm diff --git a/docs/html/faqgtk.htm b/docs/html/faqgtk.htm index 6da8b25c07..6db64c46cb 100644 --- a/docs/html/faqgtk.htm +++ b/docs/html/faqgtk.htm @@ -1,4 +1,3 @@ - @@ -21,7 +20,7 @@

-See also top-level FAQ page +See also top-level FAQ page and Unix FAQ page.


List of questions in this category

@@ -86,13 +85,13 @@ This problem can be solved by updating GTK with an official distribution of the Robert Roebling replies:

-"The important thing is the libc version that your app +"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)." +the image libraries and std C++ lib)."

Can I statically link the GTK+ library?