changeset 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 44e6e64b1cf2
children 26137a2aa3bb
files ChangeLog PROBLEMS
diffstat 2 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 10 03:54:45 2002 +0000
+++ b/ChangeLog	Wed Jul 10 06:23:37 2002 +0000
@@ -1,3 +1,7 @@
+2002-07-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* PROBLEMS: Add two basic configuration questions.
+
 2002-07-08  Mike Sperber <mike@xemacs.org>
 
 	* configure.in: Test for wchar.h.
--- 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'.