summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-27 02:23:53 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-27 02:23:53 +0000
commite285bb2789a893afe1017198a0388f82592647ae (patch)
tree561a8e01c7595912dc8e50d922f37adaf1dc6952
parent057fc1479d6c61fe3a307ad24c3c0e32fd96a3db (diff)
downloademacs-e285bb2789a893afe1017198a0388f82592647ae.tar.gz
Undo last change because Debian fixed their bug.
-rw-r--r--etc/PROBLEMS21
1 files changed, 0 insertions, 21 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 473043932ac..00dedc0c363 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2452,27 +2452,6 @@ This results from a bug in a VERY old version of GNU Sed. To solve
the problem, install the current version of GNU Sed, then rerun
Emacs's configure script.
-*** Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h.
-
-The error messages have the form:
-
- ../src/s/gnu-linux.h:49:24: error: operator '>' has no left operand
-
-This error occurs because your system defines LINUX_VERSION_CODE in
-the standard header file linux/version.h but does not give it a value.
-As a workaround, you can edit the file src/s/gnu-linux.h to add the
-needed definition. On the line after "#include <linux/version.h>",
-add a line as shown below:
-
-#include <linux/version.h>
-#define LINUX_VERSION_CODE 132626
-
-The number to use depends on your kernel version (the example shown is
-for kernel 2.6.18). The number can be obtained by running the
-following command in the shell:
-
-uname -r | sed -e 's/\./ /g' -e 's/-.*//' | awk '{print $1*(2^16) + $2*(2^8) + $3}'
-
*** Building a 32-bit executable on a 64-bit GNU/Linux architecture.
First ensure that the necessary 32-bit system libraries and include