[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/PROBLEMS
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/etc/PROBLEMS |
Date: |
Tue, 23 Jul 2002 23:53:02 -0400 |
Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.129 emacs/etc/PROBLEMS:1.130
*** emacs/etc/PROBLEMS:1.129 Sat May 18 09:17:51 2002
--- emacs/etc/PROBLEMS Tue Jul 23 23:53:02 2002
***************
*** 402,418 ****
* The `configure' script doesn't find the jpeg library.
! This can happen because the linker by default only looks for shared
! libraries, but jpeg distribution by default doesn't build and doesn't
! install a shared version of the library, `libjpeg.so'. One system
! where this is known to happen is Compaq OSF/1 (`Tru64'), but it
! probably isn't limited to that system.
! You can configure the jpeg library with the `--enable-shared' option
! and then rebuild libjpeg. This produces a shared version of libjpeg,
! which you need to install. Finally, rerun the Emacs configure script,
! which should now find the jpeg library. Alternatively, modify the
! generated src/Makefile to link the .a file explicitly.
(If you need the static version of the jpeg library as well, configure
libjpeg with both `--enable-static' and `--enable-shared' options.)
--- 402,417 ----
* The `configure' script doesn't find the jpeg library.
! There are reports that this happens on some systems because the linker
! by default only looks for shared libraries, but jpeg distribution by
! default only installs a nonshared version of the library, `libjpeg.a'.
! If this is the problem, you can configure the jpeg library with the
! `--enable-shared' option and then rebuild libjpeg. This produces a
! shared version of libjpeg, which you need to install. Finally, rerun
! the Emacs configure script, which should now find the jpeg library.
! Alternatively, modify the generated src/Makefile to link the .a file
! explicitly.
(If you need the static version of the jpeg library as well, configure
libjpeg with both `--enable-static' and `--enable-shared' options.)