From: Jean-Marc Lasgouttes Date: Wed, 13 Jun 2001 14:05:26 +0000 (+0000) Subject: small fixes to INSTALL X-Git-Tag: 1.6.10~21186 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=169017f865269d7c2dd1e01a4883b7843eb015f0;p=features.git small fixes to INSTALL git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2116 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 3adc7265c2..5aae73de67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-13 John Levon + + * INSTALL: remove mention of kde frontend, mention the need of gnu + m4. + 2001-06-01 Lars Gullik Bjønnes * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib. diff --git a/INSTALL b/INSTALL index 13af00e815..db183465c6 100644 --- a/INSTALL +++ b/INSTALL @@ -54,6 +54,8 @@ developers to request a version for your system. You can get it from In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured to work). +You will also probably need GNU m4 (perhaps installed as gm4). + libXpm can be found at: http://www.funet.fi/pub/Linux/sunsite/X11/libs/!INDEX.html (or similar locations at other sunsites like sunsite.unc.edu) @@ -306,6 +308,15 @@ notify us. are needed for compilation). A 'make symlinks' in linux kernel sources fixes that. + o if you are using the standard compiler that comes with RedHat Linux 7.0 + (rpm versions 69 or below), it is known to miscompile LyX under some + circumstances. Compiling without optimisation seems to work : + + CXXFLAGS="-g" + ./configure ... + + You must use at least gcc 2.96-69 to compile LyX (check "rpm -q gcc"). + o if you get an error message when compiling LyX that looks like this : ../../src/minibuffer.h:17: using directive `Object' introduced @@ -314,17 +325,6 @@ notify us. then you need to upgrade the version of the xforms library you have installed. - o If you are using RedHat 7.0 and the option --with-frontend=kde, you - will need to configure LyX as follows : - - export QTDIR=/usr/lib/qt-1.45 - export CC="egcs -L/usr/lib" - export CXX="egcs++ -L/usr/lib" - ./configure --with-frontend=kde - - If you your version of gcc-c++ is > 2.96-69, you may not need to do - this. - o It is possible to compile lyx with Tru64 Unix cxx compiler version 6.2, provided one uses CXX='cxx -std strict_ansi'