Mercurial > emacs
changeset 97990:61fcd7a08a42
Mention Ubuntu make weirdness.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 05 Sep 2008 04:01:53 +0000 |
parents | bf6ada3c3ee8 |
children | bd76a65f1484 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Fri Sep 05 03:58:10 2008 +0000 +++ b/etc/PROBLEMS Fri Sep 05 04:01:53 2008 +0000 @@ -2637,6 +2637,18 @@ The fix is to install a newer version of ncurses, such as version 4.2. +** Bootstrapping + +Bootstrapping (compiling the .el files) is normally only necessary +with CVS builds, since they the .elc files are pre-compiled in releases. + +*** "No rule to make target" with Ubuntu 8.04 make 3.81-3build1 + +Compiling the lisp files fails at random places, complaining: +"No rule to make target `/path/to/some/lisp.elc'". +The causes of this problem are not understood. Using GNU make 3.81 compiled +from source, rather than the Ubuntu version, worked. See Bug#327,821. + ** Dumping *** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel.