From: Erlend Aasland Date: Thu, 26 Oct 2006 20:32:16 +0000 (+0000) Subject: Documentation/topdocs/INSTALL.texi: Remove obsolete info about lexer-gcc-3.1.sh X-Git-Tag: release/2.10.0-2~73 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=36c85ae4362a42c319f84e6d8630905a57604759;p=lilypond.git Documentation/topdocs/INSTALL.texi: Remove obsolete info about lexer-gcc-3.1.sh --- diff --git a/ChangeLog b/ChangeLog index b0bd8fc337..9dabcd1d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,9 @@ * scm/define-grob-properties.scm: Build fix (string-fret-finger-combinations) + * Documentation/topdocs/INSTALL.texi: Remove obsolete info about + lexer-gcc-3.1.sh + 2006-10-26 Joe Neeman * lily/system.cc (get_paper_system): diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 186bf08e30..2e3200b5cf 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -286,21 +286,6 @@ $ make @end quotation -@unnumberedsubsec Flex-2.5.4a and gcc-3.x - -Flex 2.5.4a does not produce g++-3.1.1 compliant C++ code. To compile -LilyPond with gcc-3.1.1 or higher you may do - -@quotation -@example -CONF=gcc-3.1 ./lexer-gcc-3.1.sh -CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \ -./configure --enable-config=gcc-3.1 -CONF=gcc-3.1 ./lexer-gcc-3.1.sh -make conf=gcc-3.1 -@end example -@end quotation - @unnumberedsubsec MacOS X For Fink, use the following command to compile.