]> git.donarmstrong.com Git - lilypond.git/commitdiff
Documentation/topdocs/INSTALL.texi: Remove obsolete info about lexer-gcc-3.1.sh
authorErlend Aasland <erlenda@gmail.com>
Thu, 26 Oct 2006 20:32:16 +0000 (20:32 +0000)
committerErlend Aasland <erlenda@gmail.com>
Thu, 26 Oct 2006 20:32:16 +0000 (20:32 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi

index b0bd8fc337886e214ab2a82d6f5608c19bb65253..9dabcd1d9ad2481511d5eb27c770f760babf77d0 100644 (file)
--- 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  <joeneeman@gmail.com>
 
        * lily/system.cc (get_paper_system): 
index 186bf08e30a84fff41d4f906895c75b33ecc1c23..2e3200b5cfabd7c7db158a1c7c148397c4ad7ad3 100644 (file)
@@ -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.