From 8007e39f8a1a47521488bd208b55ed5eefcec03a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 25 Jan 2001 13:20:19 +0000 Subject: [PATCH] Update INSTALL git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1388 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ INSTALL | 15 +++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 509582a542..c648c4ec11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-25 Jean-Marc Lasgouttes + + * INSTALL (Problems): update description of the "missing linux + kernel sources" problem. + 2001-01-24 John Levon * configure.in: working support for --with-lyx-suffix diff --git a/INSTALL b/INSTALL index 2f84382e0d..77f1bb7003 100644 --- a/INSTALL +++ b/INSTALL @@ -293,10 +293,17 @@ notify us. the xforms or Xpm library, use the --with-extra-lib and --with-extra-inc options of configure to specify where these libraries reside. - o Configure will seemingly fail to find xpm.h and forms.h on linux if - you did a 'make mrproper' in the kernel directory, because this - removes some symbolic links that are needed for compilation. A 'make - symlinks' in linux kernel sources fixes that. + o Configure will seemingly fail to find xpm.h and forms.h on linux + if the kernel headers are not available. Two cases are possible: + + - you have not installed the kernel sources. The you should + install them or at least the kernel-headers package (or + whatever it is called in your distribution). + + - you have the sources, but you did a 'make mrproper' in the + kernel directory (this this removes some symbolic links that + are needed for compilation). A 'make symlinks' in linux kernel + sources fixes that. o If you have GNU gettext installed on your system (e.g. on linux), you will get tons of warnings like: -- 2.39.5