aboutsummaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorRichard M. Stallman1993-02-24 17:56:09 +0000
committerRichard M. Stallman1993-02-24 17:56:09 +0000
commit9ea7cec1f333dc371a7234e8bf6c947b61eb9e06 (patch)
tree4479c59e3a75825cd0566406164c982b35ff1ef8 /PROBLEMS
parente686c647fd1cc7a66bae3621d8faccef4b48497f (diff)
downloademacs-9ea7cec1f333dc371a7234e8bf6c947b61eb9e06.tar.gz
emacs-9ea7cec1f333dc371a7234e8bf6c947b61eb9e06.zip
Formerly PROBLEMS.~2~
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS19
1 files changed, 17 insertions, 2 deletions
diff --git a/PROBLEMS b/PROBLEMS
index a846cbcbc3d..4ee746454ea 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -1,6 +1,22 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* `expand-file-name' fails to work on any but the machine you dumped Emacs on.
5
6On some systems, if you use any of the functions which look up
7information in the passwd database before dumping Emacs (say, by using
8expand-file-name in site-init.el), then those functions will not work
9in the dumped Emacs on any host but the one Emacs was dumped on.
10
11Apparently, the Yellow Pages (or Network Information Service)
12functions cache information the first time they are called in the
13undumped emacs, this information gets included in the dumped
14executable, and it is then inaccurate if the executable is used on
15another host.
16
17The solution? Don't use expand-file-name in site-init.el, or in
18anything it loads. Yuck.
19
4* On some variants of SVR4, Emacs does not work at all with X. 20* On some variants of SVR4, Emacs does not work at all with X.
5 21
6Try defining BROKEN_FIONREAD in your config.h file. If this solves 22Try defining BROKEN_FIONREAD in your config.h file. If this solves
@@ -105,8 +121,7 @@ with a floating point option other than the default.
105It's not terribly hard to make this work with small changes in 121It's not terribly hard to make this work with small changes in
106crt0.c together with linking with Fcrt1.o, Wcrt1.o or Mcrt1.o. 122crt0.c together with linking with Fcrt1.o, Wcrt1.o or Mcrt1.o.
107However, the easiest approach is to build Xlib with the default 123However, the easiest approach is to build Xlib with the default
108floating point option: to decide at run time what hardware is 124floating point option: -fsoft.
109available.
110 125
111* Emacs fails to get default settings from X Windows server. 126* Emacs fails to get default settings from X Windows server.
112 127