# HG changeset patch # User stephent # Date 1026282217 0 # Node ID 31b3496cb402f4b056dba5b58777a074ff5c21c8 # Parent 44e6e64b1cf2ae5dca44f4eb9cff00e3963e28f0 [xemacs-hg @ 2002-07-10 06:23:36 by stephent] 2 PROBLEMS <877kk4cdc3.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 44e6e64b1cf2 -r 31b3496cb402 ChangeLog --- 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 + + * PROBLEMS: Add two basic configuration questions. + 2002-07-08 Mike Sperber * configure.in: Test for wchar.h. diff -r 44e6e64b1cf2 -r 31b3496cb402 PROBLEMS --- 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'.