aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-09 10:42:05 +0000
committerEli Zaretskii2001-02-09 10:42:05 +0000
commitc8d9b4eead837ea87832c5cff0bf371f31d331b1 (patch)
tree9920e6ae89b4ace8f3663a86f5308d9b625fc968 /etc
parent49be9f70fb66115aa898ad771d394f5589990c9c (diff)
downloademacs-c8d9b4eead837ea87832c5cff0bf371f31d331b1.tar.gz
emacs-c8d9b4eead837ea87832c5cff0bf371f31d331b1.zip
Document problems with libjpeg unavailable as a shared library.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS21
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.
142An inactive cursor remains in an active window after the Windows 142An inactive cursor remains in an active window after the Windows
143Manager driven switch of the focus, until a key is pressed. 143Manager driven switch of the focus, until a key is pressed.
144 144
145* The `configure' script doesn't find the jpeg library.
146
147This can happen because the linker by default only looks for shared
148libraries, but jpeg distribution by default doesn't build and doesn't
149install a shared version of the library, `libjpeg.so'. One system
150where this is known to happen is Compaq/DEC Alpha OSF/1 v4.0, but it
151probably isn't limited to that system alone.
152
153It is possible to build Emacs linked statically, but that makes the
154binary much larger.
155
156If you want to avoid building a statically linked Emacs, configure the
157jpeg library with the `--enable-shared' option and then rebuild
158libjpeg. This produces a shared version of libjpeg, which you need to
159install. Finally, rerun the Emacs configure script, which should now
160find the jpeg library.
161
162(If you need the static version of the jpeg library as well, you can
163configure libjpeg with both `--enable-static' and `--enable-shared'
164options.
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
147Try other font set sizes (S-mouse-1). If the problem persists with 168Try other font set sizes (S-mouse-1). If the problem persists with