diff PROBLEMS @ 915:31b3496cb402

[xemacs-hg @ 2002-07-10 06:23:36 by stephent] 2 PROBLEMS <877kk4cdc3.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 10 Jul 2002 06:23:37 +0000
parents 52c2a7139db0
children c017b187b1ec
line wrap: on
line diff
--- a/PROBLEMS	Wed Jul 10 03:54:45 2002 +0000
+++ b/PROBLEMS	Wed Jul 10 06:23:37 2002 +0000
@@ -30,6 +30,25 @@
 ===============================
 
 ** General
+    Much general information is in INSTALL.  If it's covered in
+    INSTALL, we don't repeat it here.
+
+*** How does I configure to get the buffer tabs/progress bars?
+
+These features depend on support for "native widgets".  Use the
+--with-widgets option to configure.  Configuration of widgets is
+automatic for "modern" toolkits (MS Windows, GTK, and Motif), but if
+you are using Xt and the Athena widgets, you will probably want to
+specify a "3d" widget set.  See configure --usage, and don't forget to
+install the corresponding development libraries.
+
+*** I know I have libfoo installed, but configure doesn't find it.
+
+Typical of Linux systems with package managers.  To link with a shared
+library, you only need the shared library.  To compile objects that
+link with it, you need the headers---and distros don't provide them with
+the libraries.  You need the additional "development" package, too.
+
 *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures
 without also using `-fno-schedule-insns'.