]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.5.22.jcn2
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 12 Nov 2001 21:19:58 +0000 (22:19 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 12 Nov 2001 21:19:58 +0000 (22:19 +0100)
1.5.22.jcn2

CHANGES
Documentation/topdocs/INSTALL.texi
VERSION

diff --git a/CHANGES b/CHANGES
index 310347fd952e53517bd1df0faf9514e431ec77a5..f4d8da4de9755036f7c3dcbe50046793af037e47 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
-1.5.22.jcn1
+1.5.22.jcn2
 ===========
 
 * Resurrected experimental sketch output, now with dispatch.
 
+* Documented Linux-2.4.0, Guile-1.4 --with-threads bug.
+
 1.5.22
 ======
 
index dd4b50599af0f19c2d32f37960816d37955c9881..45eb1b5e4558abedba50e14787210e7eb539aa14 100644 (file)
@@ -533,7 +533,7 @@ interfere with your build, you may want to do this before the build too:
 @end example
 
 
-
+@c Why isn't this in BUGS (where it belongs?)
 @section Problems
 
 For help and questions use @email{lilypond-user@@gnu.org}.  Please
@@ -548,6 +548,7 @@ Flex 2.5.4a does not produce g++-3.0 compliant C++ code.  To compile
 LilyPond with gcc-3.0 you may do:
 
 @example
+        rm -f config.cache
         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
@@ -556,6 +557,18 @@ LilyPond with gcc-3.0 you may do:
 
 Note that this is fixed in Debian/unstable for flex >= 2.5.4a-13.
 
+@unnumberedsubsec Linux-2.4.0, Guile-1.4 --with-threads
+
+There's a bug in certain kernels around version 2.4.0, that is
+triggered when using Guile 1.4 compiled with pthreads.  You'll see
+random segmentation fault craches of LilyPond.  Upgrade to a newer
+version of Linux.  If you can't do that, you may try to recompiling
+Guile without threads (YMMV):
+
+@example
+         guile-1.4$ ./configure --without-threads; make all install
+#end example
+
 @unnumberedsubsec NetBSD
 
 @itemize @bullet
diff --git a/VERSION b/VERSION
index ff8924f481f219958c9fc9281008439a6282e2b0..4c910c216ce2bf2f9de4b9e041a4b52519514c92 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=22
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jcn2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.