From: Graham Percival Date: Sat, 26 Mar 2005 03:50:03 +0000 (+0000) Subject: lexer-gcc-3.1.sh should be used for gcc 3.1.1 or higher. X-Git-Tag: release/2.5.17~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c94f5d392c564a159cbc222a6deeef2d60e9a2d;p=lilypond.git lexer-gcc-3.1.sh should be used for gcc 3.1.1 or higher. --- diff --git a/ChangeLog b/ChangeLog index f47a3650e9..f671c42b55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2005-03-25 Graham Percival + + * Documentation/topdocs/INSTALL.texi: now recommends + lexer-gcc-3.1.sh for gcc 3.1.1 or higher. + 2005-03-24 Pedro Kroger * ly/music-functions-init.ly (removeWithTag): fixed to return "music". - 2005-03-23 Graham Percival * Documentation/user/basic-notation.itely: fixed info about diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 713cdf5585..798833e43a 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -17,8 +17,8 @@ @section Downloading -Even numbered versions are `stable' (2.0, 1.8 etc), while odd version -are development releases (2.1, 1.9, etc). Building LilyPond is an +Even numbered versions are `stable' (2.2, 2.4 etc), while odd version +are development releases (2.3, 2.5, etc). Building LilyPond is an involved process, so if possible, download a precompiled binary from @uref{http://lilypond.org/,the lilypond site}. @@ -315,12 +315,12 @@ environment variables set during make. @unnumberedsubsec Gcc-3.0.4 -Gcc 3.0.4 is flaky; upgrade GCC. +Gcc 3.0.4 is flaky; upgrade GCC. @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 you may do +LilyPond with gcc-3.1.1 or higher you may do @example CONF=gcc-3.1 ./lexer-gcc-3.1.sh