diff options
| -rw-r--r-- | etc/PROBLEMS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c3ce42da4b0..2637a52a5f3 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -142,6 +142,27 @@ characters, is copied and pasted into a buffer. | |||
| 142 | An inactive cursor remains in an active window after the Windows | 142 | An inactive cursor remains in an active window after the Windows |
| 143 | Manager driven switch of the focus, until a key is pressed. | 143 | Manager driven switch of the focus, until a key is pressed. |
| 144 | 144 | ||
| 145 | * The `configure' script doesn't find the jpeg library. | ||
| 146 | |||
| 147 | This can happen because the linker by default only looks for shared | ||
| 148 | libraries, but jpeg distribution by default doesn't build and doesn't | ||
| 149 | install a shared version of the library, `libjpeg.so'. One system | ||
| 150 | where this is known to happen is Compaq/DEC Alpha OSF/1 v4.0, but it | ||
| 151 | probably isn't limited to that system alone. | ||
| 152 | |||
| 153 | It is possible to build Emacs linked statically, but that makes the | ||
| 154 | binary much larger. | ||
| 155 | |||
| 156 | If you want to avoid building a statically linked Emacs, configure the | ||
| 157 | jpeg library with the `--enable-shared' option and then rebuild | ||
| 158 | libjpeg. This produces a shared version of libjpeg, which you need to | ||
| 159 | install. Finally, rerun the Emacs configure script, which should now | ||
| 160 | find the jpeg library. | ||
| 161 | |||
| 162 | (If you need the static version of the jpeg library as well, you can | ||
| 163 | configure libjpeg with both `--enable-static' and `--enable-shared' | ||
| 164 | options. | ||
| 165 | |||
| 145 | * Some accented ISO-8859-1 characters or umlauts are displayed as | or _. | 166 | * Some accented ISO-8859-1 characters or umlauts are displayed as | or _. |
| 146 | 167 | ||
| 147 | Try other font set sizes (S-mouse-1). If the problem persists with | 168 | Try other font set sizes (S-mouse-1). If the problem persists with |