From fe44589306e35698b1ee62be12101b0bb9942444 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Jul 2002 03:59:52 +0000 Subject: [PATCH] *** empty log message *** --- etc/PROBLEMS | 21 ++++++++++----------- lisp/ChangeLog | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0bb229ce5e..e4bc7f4af9 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -402,17 +402,16 @@ library function. * 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. +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.) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64b07c5cc8..96001bea65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2002-07-24 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-log-warning): + Bind warning-group-format. + + * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable. + (byte-compile-cl-warn): Use that variable. + (byte-compile-find-cl-functions): New function. + (displaying-byte-compile-warnings): + Call byte-compile-find-cl-functions. + + * warnings.el (warning-levels): Add %s to the strings. + (warning-group-format): New variable. + (warning-suppress-log-types): Renamed from warning-suppress-log. + (warning-suppress-types): Renamed from warning-suppress. + (display-warning): Implement those changes. + 2002-07-23 Richard M. Stallman * warnings.el: Add `provide' call. -- 2.20.1