]> git.donarmstrong.com Git - lilypond.git/blobdiff - INSTALL.txt
release: 1.5.1
[lilypond.git] / INSTALL.txt
index a9ed703b2251d78984ee8c82c73167044599f127..6a8b664b589a33dcdd6693ba2a7f3bfbdfda6d97 100644 (file)
@@ -474,7 +474,8 @@ Debian GNU/Linux unstable gcc-3.0
 
    Flex (2.5.4a-11) in unstable does not produce g++-3.0 compliant C++
 code.  To compile LilyPond with gcc-3.0 you may do:
-             CC=gcc-3.0 CXX=g++-3.0 ./configure
+
+             CC=gcc-3.0 CXX=g++-3.0 ./configure --enable-config=gcc-3.0
              make conf=gcc-3.0 -C lily out-gcc-3.0/lexer.cc
              patch -p1 < lexer-gcc-3.0.patch
              make conf=gcc-3.0 -C lily