comparison 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
comparison
equal deleted inserted replaced
914:44e6e64b1cf2 915:31b3496cb402
28 28
29 * Problems with building XEmacs 29 * Problems with building XEmacs
30 =============================== 30 ===============================
31 31
32 ** General 32 ** General
33 Much general information is in INSTALL. If it's covered in
34 INSTALL, we don't repeat it here.
35
36 *** How does I configure to get the buffer tabs/progress bars?
37
38 These features depend on support for "native widgets". Use the
39 --with-widgets option to configure. Configuration of widgets is
40 automatic for "modern" toolkits (MS Windows, GTK, and Motif), but if
41 you are using Xt and the Athena widgets, you will probably want to
42 specify a "3d" widget set. See configure --usage, and don't forget to
43 install the corresponding development libraries.
44
45 *** I know I have libfoo installed, but configure doesn't find it.
46
47 Typical of Linux systems with package managers. To link with a shared
48 library, you only need the shared library. To compile objects that
49 link with it, you need the headers---and distros don't provide them with
50 the libraries. You need the additional "development" package, too.
51
33 *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures 52 *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures
34 without also using `-fno-schedule-insns'. 53 without also using `-fno-schedule-insns'.
35 54
36 gcc will generate incorrect code otherwise, typically resulting in 55 gcc will generate incorrect code otherwise, typically resulting in
37 crashes in the function skip-syntax-backward. 56 crashes in the function skip-syntax-backward.