diff options
| author | Richard M. Stallman | 1993-02-24 17:56:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-24 17:56:09 +0000 |
| commit | 9ea7cec1f333dc371a7234e8bf6c947b61eb9e06 (patch) | |
| tree | 4479c59e3a75825cd0566406164c982b35ff1ef8 /PROBLEMS | |
| parent | e686c647fd1cc7a66bae3621d8faccef4b48497f (diff) | |
| download | emacs-9ea7cec1f333dc371a7234e8bf6c947b61eb9e06.tar.gz emacs-9ea7cec1f333dc371a7234e8bf6c947b61eb9e06.zip | |
Formerly PROBLEMS.~2~
Diffstat (limited to 'PROBLEMS')
| -rw-r--r-- | PROBLEMS | 19 |
1 files changed, 17 insertions, 2 deletions
| @@ -1,6 +1,22 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in 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 | |||
| 6 | On some systems, if you use any of the functions which look up | ||
| 7 | information in the passwd database before dumping Emacs (say, by using | ||
| 8 | expand-file-name in site-init.el), then those functions will not work | ||
| 9 | in the dumped Emacs on any host but the one Emacs was dumped on. | ||
| 10 | |||
| 11 | Apparently, the Yellow Pages (or Network Information Service) | ||
| 12 | functions cache information the first time they are called in the | ||
| 13 | undumped emacs, this information gets included in the dumped | ||
| 14 | executable, and it is then inaccurate if the executable is used on | ||
| 15 | another host. | ||
| 16 | |||
| 17 | The solution? Don't use expand-file-name in site-init.el, or in | ||
| 18 | anything 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 | ||
| 6 | Try defining BROKEN_FIONREAD in your config.h file. If this solves | 22 | Try defining BROKEN_FIONREAD in your config.h file. If this solves |
| @@ -105,8 +121,7 @@ with a floating point option other than the default. | |||
| 105 | It's not terribly hard to make this work with small changes in | 121 | It's not terribly hard to make this work with small changes in |
| 106 | crt0.c together with linking with Fcrt1.o, Wcrt1.o or Mcrt1.o. | 122 | crt0.c together with linking with Fcrt1.o, Wcrt1.o or Mcrt1.o. |
| 107 | However, the easiest approach is to build Xlib with the default | 123 | However, the easiest approach is to build Xlib with the default |
| 108 | floating point option: to decide at run time what hardware is | 124 | floating point option: -fsoft. |
| 109 | available. | ||
| 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 | ||