(Top): bugfix for RH RPM
[lilypond.git] / Documentation / topdocs / INSTALL.texi
blob9ad26f21df6726b5aa4eae84982e14722116694b
1 @node Top, , , (dir)
2 @top
3 @comment  node-name,  next,  previous,  up\input texinfo @c -*-texinfo-*-
4 @setfilename INSTALL.info
5 @settitle INSTALL - compiling and installing GNU LilyPond
7 @html
8 <!--- @@WEB-TITLE@@=Installation Instructions --->
9 @end html
11 @contents
13 @chapter INSTALL - compiling and installing GNU LilyPond
16 This document describes how to build LilyPond on Unix platforms.  It
17 is also known to run and compile on Windows NT/95/98/ME/XP as well.
18 More information on this topic can be found at the
19 @uref{http://www.lilypond.org/cygwin/, LilyPond on Windows page}.
22 @html
23 <a name="download-source">
24 @end html
26 @section Downloading
28 Even numbered versions are `stable'. The webpages for the stable version
29 (1.4) reside @uref{http://www.gnu.org/software/lilypond, on the GNU
30 servers}. Big enhancements go into the latest odd numbered version
31 (1.5), whose webpages are on @uref{http://www.lilypond.org/,the lilypond
32 site}.
34 @subsection Source code
36 If you want to compile LilyPond from source, download here:
37 @itemize @bullet
38 @item Download development releases from
39 @c Hmm, these won't show up in lilypond.org/stats
40 @c Otoh, lilypond.org is not updated when release mail arrives
41 @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/} by FTP and
42 @uref{http://ftp.cs.uu.nl/pub/GNU/LilyPond/}, by HTTP.
43 @item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror)
44 @item at @code{lilypond.org} 
45 @uref{ftp://ftp.lilypond.org/pub/LilyPond/} by FTP and
46 @uref{http://www.lilypond.org/ftp/} by HTTP.
47 @end itemize
50 For Red Hat Linux and SuSE Linux, @file{.spec} files are included in the
51 tarball; see instructions below.
55 Of course, if your platform supports LilyPond, such as Debian GNU/Linux,
56 FreeBSD, OpenBSD or NetBSD, you're encouraged to use the native build
57 from source drill.
59 The latest development version is also available through anonymous
60 CVS. See @uref{http://savannah.gnu.org/cvs/?group=lilypond}.
62 CVS does not contain generated files.  To create @file{configure}, run
63 @quotation
64 @example
65 ./autogen.sh
66 @end example
67 @end quotation
69 @html
70 <a name="download-binaries">
71 @end html
75 @subsection Precompiled binaries
77 If you want to track bleeding edge development, try:
79 @itemize @bullet
80 @item @uref{ftp://ftp.debian.org/debian/pool/main/l/lilypond/, Debian
81 GNU/Linux} usually has the latest binaries for the most useful stable
82 and development versions, while
83 @item @uref{http://rpmfind.net/linux/mandrake/cooker/contrib/RPMS/,
84 Mandrake Cooker} also provides fairly recent versions.
85 @end itemize
87 Binaries are made available for other popular platforms, but as we need
88 to compile them ourselves, they are not updated for every version
89 released.
91 @itemize @bullet
92 @item @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/binaries/RedHat-7.x/, Red Hat i386}
93 @item @uref{ftp://ftp.lilypond.org/pub/LilyPond/binaries/SuSE, SuSE}
94 @item @uref{ftp://ftp.lilypond.org/pub/LilyPond/binaries/linuxppc/,
95 LinuxPPC}
96 @item
97 @uref{http://www.lilypond.org/gnu-windows/, Windows}
98 @end itemize
100 @subsection Upgrading
102 There are two options for upgrading sources.
104 @itemize
105 @item if you have an unpacked source tree of a previous version, you
106 may the patches.
108 @emph{If you upgrade by patching do remember to rerun autoconf after
109 applying the patch}.
111 @item if you have the @code{.tar.gz} file of a previous release, you can
113 @uref{ftp://ftp.xcf.berkeley.edu/pub/xdelta/, xdelta}.
114  This is much safer than using patches, and is the recommended way.
116 The following command produces @file{lilypond-1.4.3.tar.gz} from
117 @file{lilypond-1.4.2.tar.gz} identical (up to compression dates) to the .3
118 on the FTP site.
119 @example
120   xdelta patch lilypond-1.4.2-1.4.3.xd lilypond-1.4.2.tar.gz
121 @end example
122 @end itemize
124 @subsection Font problems.
126 If you are upgrading from a previous version of LilyPond, be sure to
127 remove all old font files. These include @file{.pk} and @file{.tfm} files
128 that may be located in @file{/var/lib/texmf}, @file{/var/spool/texmf},
129 @file{/var/tmp/texmf} or @file{@var{prefix}/share/lilypond/fonts/}.  A
130 script automating this has been included, see
131 @file{buildscripts/clean-fonts.sh}.
136 @section Requirements
138 @subsection Compilation
140 You need the following packages to compile Lilypond.
142 @itemize
143 @item The GNU c++ compiler (version 2.95.2 or newer).
144 EGCS 1.1 may work, but is no longer supported.
145 Check out @uref{ftp://ftp.gnu.org/gnu/gcc/, the gcc site}.
147 WARNING: if you choose to upgrade to GCC 3.x, enquire if your
148 distribution supports g++ 3.x and flex.  At the time of writing (Fri
149 Jul 5 2002), @strong{no} distribution that we know of ships a flex
150 that generates gcc-3.1.x compliant C++ code.
152 @item Python (version 1.5 or newer).
153 Check out @uref{http://www.python.org, the python website}.
155 @item GUILE (version 1.4 or newer).
156 Check out
157 @uref{http://www.gnu.org/software/guile/guile.html,the GUILE webpage}.
159 @item GNU Make. 
160 Check out
161 @uref{ftp://ftp.gnu.org/gnu/make/, the GNU
162 make FTP directory}.
164 @item Flex (version 2.5.4a or newer). 
165 Check out @uref{http://www.gnu.org/software/flex/,the Flex webpage}.
167 WARNING: plain Flex 2.5.4(a) generates invalid C++ code.  GCC 3.x
168 chokes on this.  If you wish to use GCC 3.x, make sure that your
169 distribution supports g++ 3.x and flex.  For workarounds, see
170 lexer-gcc-3.0.patch and lexer-gcc-3.1.sh in the source directory.
172 @item Bison (version 1.25 or newer).
173 Check out @uref{http://www.gnu.org/software/bison/,the bison  webpage}
175 @item @TeX{}.
177 @TeX{} is used as an output backend.
179 Also, @TeX{}'s libkpathsea is used to find the fonts (@file{.mf},
180 @file{.afm}, @file{.tfm}).  Make sure you have tetex 1.0 or newer
181 (1.0.6 is known to work).  You may need to install a tetex-devel (or
182 tetex-dev or libkpathsea-dev) package too.
184 @item Texinfo (version 4.2 or newer).
185 The documentation of lily is written in texinfo.  Check out
186 @uref{ftp://ftp.gnu.org/gnu/texinfo/,the texinfo FTP directory}.
188 @item The geometry package for LaTeX is needed to use ly2dvi.  
189 It is available at
190 @uref{ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/supported/geometry,the
191 FTP directory for @code{geometry}}. This package is normally included
192 with the @TeX{} distribution.
194 @item kpathsea, a library for searching (@TeX{}) files.  @code{kpathsea} is
195 usually included with your installation of @TeX{}.  You may need to
196 install a tetex-devel or tetex-dev package too. If kpathsea is not
197 installed in a directory where the compiler normally looks, read the
198 hints for Slackware below.
200 In the very unlikely case that kpathsea is not available for your
201 platform (ie, you're not running GNU/Linux, Windows, or any recent
202 UNIX), you can compile LilyPond without kpathsea support.  In that case,
203 you'll probably have to indicate where @TeX{}'s tfm files live.  Invoke
204 configure something like:
206 @quotation
207 @example
208 ./configure --without-kpathsea --enable-tfm-path=/usr/share/texmf/fonts/tfm/public/cm/:/usr/share/texmf/fonts/tfm/ams/symbols
209 @end example
210 @end quotation
212 @end itemize
214 @subsection Running requirements
216 GNU LilyPond does use a lot of resources. For operation you need the
217 following software
219 @itemize @bullet
220 @item @TeX{}.
221 @item Xdvi and Ghostscript
222 @item GUILE 1.4, or newer.
223 Check out
224 @uref{http://www.gnu.org/software/guile.html,the GUILE webpage}
225 @end itemize
227 For running LilyPond successfully you have to help @TeX{} and MetaFont find
228 various files.  The recommended way of doing so is adjusting the
229 environment variables in the start-up scripts of your shell. Appropriate
230 Csh and bourne sh scripts are left in
231 @file{buildscripts/out/lilypond-profile} and
232 @file{buildscripts/out/lilypond-login} after compilation.
234 LilyPond is a big and slow program.  A fast CPU and plenty of RAM is
235 recommended for comfortable use.
237 @subsection Building website 
239 The documentation comes in the form of a website. You can view this
240 website on the internet, but you can also build it locally. This process
241 requires a successful compile of lilypond. The website is built 
242 by issuing
243 @example 
245   make web-doc
247 @end example 
249 Building the website requires some additional tools: 
251 @itemize @bullet
252 @item The netpbm utilities, see @uref{http://netpbm.sourceforge.net/}
253 @item mftrace 1.0 or newer, needed for generating PostScript Type1
254 fonts. Get it from @uref{http://www.cs.uu.nl/~hanwen/mftrace/}.  You
255 will need to install some additional packages to get mftrace to work.
256 @end itemize
258 @section Building LilyPond
260 to install GNU LilyPond, type:
261 @example 
262         gunzip -c lilypond-x.y.z | tar xf -
263         cd lilypond-x.y.z
264         ./configure             # run with --help to see appropriate options
265         make
266         make install
267         sh buildscripts/clean-fonts.sh      
268 @end example 
270 If you are doing an upgrade, you should remove all @file{feta}
271 @code{.pk} and @file{.tfm} files.  A script has been provided to do the
272 work for you, see @file{buildscripts/clean-fonts.sh}.
275 If you are not root, you should choose a @code{--prefix} argument that
276 points into your home directory, eg.
277 @example 
279         ./configure --prefix=$HOME/usr
281 @end example 
283 In this case, you have to insert the contents of
284 @code{buildscripts/out/lilypond-login} or
285 @code{buildscripts/out/lilypond-profile} into your start up scripts by
286 hand.
290 @subsection Configuring for multiple platforms
292 If you want to build multiple versions of LilyPond with different
293 configuration settings, you can use the @code{--enable-config=CONF}
294 option of configure.  You should use @samp{make conf=CONF} to generate
295 the output in @file{out-CONF}.  Example: suppose I want to build with
296 and without profiling.  Then I'd use the following for the normal
297 build,
298 @c prefix=~ ?
299 @example 
301       ./configure --prefix=$HOME/usr/ --enable-checking
302       make
303       make install
304 @end example 
306 and for the profiling version, I specify a different configuration.
308 @example 
310       ./configure --prefix=$HOME/usr/ --enable-profiling --enable-config=prof --disable-checking
311       make conf=prof
312       make conf=prof install
314 @end example 
320 @section Emacs mode
322 An Emacs mode for entering music and running LilyPond is included with
323 the source archive as @file{lilypond-mode.el},
324 @file{lilypond-indent.el} and @file{lilypond-font-lock.el}.  You
325 should install these files somewhere in your @var{load-path}.  If you
326 have installed a precompiled LilyPond package, these files can be
327 found in @file{/usr/share/doc/lilypond-x.y.z/}.
329 Add this to your @file{~/.emacs} or @file{~/.emacs.el}, or install this
330 file in Emacs' @file{site-start.d}:
331 @quotation
332 @example
333   ;;; lilypond-init.el --- Startup code for LilyPond mode
335   (autoload 'LilyPond-mode "lilypond-mode")
336   (setq auto-mode-alist
337         (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))
339   (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
340 @end example
341 @end quotation
343 If you have the latest LilyPond-1.4.x Debian package, LilyPond-mode is
344 automatically loaded, you not even need to modify your @code{~/.emacs}
345 file.
347 @section Compiling for distributions 
349 @subsection Red Hat Linux
351 Red Hat 7.x i386 RPMS are available from
352 @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/binaries/}.  For running on
353 a Red Hat system you need these packages: guile, tetex, tetex-latex,
354 tetex-dvips, libstdc++, python, ghostscript.
356 You can also compile them yourself.  A spec file is in
357 @file{make/out/lilypond.redhat.spec}. This file is distributed along
358 with the sources.  You can make the rpm by issuing
359 @example 
361         cp lilypond-x.y.z.tar.gz /usr/src/redhat/SOURCES/
362         tar xfz lilypond-x.y.z.tar.gz
363         rpm -bb lilypond-x.y.z/make/out/lilypond.redhat.spec
364         rpm -i /usr/src/redhat/RPMS/i386/lilypond-x.y.z
366 @end example 
368 For compilation on a Red Hat system you need these packages, in
369 addition to the those needed for running: glibc-devel, gcc-c++,
370 libstdc++-devel, guile-devel, flex, bison, texinfo, groff, mftrace,
371 netpbm-progs, autotrace, t1utils.
375 @subsection LinuxPPC
378 Some LinuxPPC RPMS should available from
379 @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/binaries/}.
381 A LinuxPPC RPM can be made using the @file{lilypond.redhat.spec} file.
383 @subsection SuSE
385 Some SUSE RPMS should available from
386 @uref{ftp://ftp.lilypond.org/pub/LilyPond/binaries/SuSE}.
388 You can also compile a RPM for SUSE yourself.  A spec file is in
389 @file{make/out/lilypond.suse.spec}, see the instructions for building
390 the Red Hat RPM.
392 You must have the following packages: guile tcsh tetex te_latex te_kpath
393 te_mpost libpng python gpp libgpp gettext autoconf netpbm libnetpb
394 gs_serv gs_lib gs_fonts guile
396 @subsection Slackware
398 No precompiled packages for Slackware are available.
400 Problems have been reported with Slackware 7.0; apparently, it ships
401 with a faulty compiler. Do not compile LilyPond with -O2 on this
402 platform.
404 At least on Slackware 8.0, you have to manually specify the paths to the
405 Kpathsea library, see the section on kpathsea 
408 @subsection Mandrake
410 Some binaries are available at rpmfind.net. Refer to 
411 @uref{http://rpmfind.net/linux/mandrake/cooker/contrib/RPMS/}.
413 You can also compile a RPM for Mandrake yourself.  A spec file is in
414 @file{make/out/lilypond.mandrake.spec}, see the instructions for building
415 the Red Hat RPM.
417 @subsection Debian GNU/Linux
419 A Debian package is also available.  You may install it easily by running
420 @command{apt-get} as root:
421 @example
423         apt-get install lilypond lilypond-doc
424 @end example
426 You can also compile the .deb for Debian yourself, do:
427 @example
429         apt-get -b source lilypond
430 @end example
432 If you're real impatient, you may even do:
433 @example
435         cd lilypond-x.y.z   # a previous version
436         uscan               # download and build latest directly from upstream
437 @end example
440 Debian's @TeX{} installation is a bit short on memory, you may want to
441 increase it like this:
442 @example
443 --- texmf.cnf.orig      Sun Dec 16 23:47:07 2001
444 +++ texmf.cnf   Sun Dec 16 23:46:34 2001
445 @@ -411,8 +411,8 @@
446  main_memory.context = 1500000
447  main_memory.mpost = 1000000
448  main_memory = 263000 % words of inimemory available; also applies to inimf&mp
449 -extra_mem_top = 0    % extra high memory for chars, tokens, etc.
450 -extra_mem_bot = 0    % extra low memory for boxes, glue, breakpoints, etc.
451 +extra_mem_top = 1000000    % extra high memory for chars, tokens, etc.
452 +extra_mem_bot = 1000000    % extra low memory for boxes, glue, breakpoints, etc.
454  obj_tab_size.context = 300000
456 @@ -430,7 +430,7 @@
457  % Max number of characters in all strings, including all error messages,
458  % help texts, font names, control sequences.  These values apply to TeX and MP.
459  pool_size.context = 750000
460 -pool_size = 125000             
461 +pool_size = 250000             
462  % Minimum pool space after TeX/MP's own strings; must be at least
463  % 25000 less than pool_size, but doesn't need to be nearly that large.
464  string_vacancies.context = 45000
465 @end example
467 You could also export @env{extra_mem_top} and @env{extra_mem_bot} as
468 environment variables if you do not want to or cannot modify
469 @file{/etc/texmf/texmf.cnf}.
471 Alternatively, visit
473 @itemize @bullet
474 @item @uref{http://packages.debian.org/lilypond,http://packages.debian.org/lilypond}
475 @item @uref{http://people.debian.org/~foka/lilypond/,http://people.debian.org/~foka/lilypond/}
476 for latest semi-unofficial build of LilyPond 1.4.2 for Debian 2.2 (potato) users.
477 The official stable Debian 2.2 is stuck with the old LilyPond-1.3.24.
478 Since LilyPond-1.4 has been released, the older lilypond1.3 Debian
479 package is now obsolete.
480 @end itemize
482 Please contact Anthony Fok @email{lilypond@@packages.debian.org} for more
483 information.
485 The build scripts are in the subdirectory @file{debian/}; you can
486 make the .deb by doing, for example:
488 @example
489         $ su - root
490         # dpkg --purge lilypond lilypond1.3
491         # exit
492         $ tar xzf lilypond-1.4.3.tar.gz
493         $ cd lilypond-1.4.3
494         $ dch -p -v 1.4.3-0.local.1 "Local build."
495         $ debuild -B
496         $ su - root
497         # dpkg -i ../lilypond_1.4.3*.deb
498         # exit
499         $
500 @end example
502 Use command @command{debuild} instead of @command{debuild -B} if you have
503 a very fast machine and want to build the HTML, PS and DVI documentation
504 too.
506 For compilation on a Debian GNU/Linux system you need these packages,
507 in addition to the those needed for running:
509 @itemize @bullet
510 @item g++, cpp, libc6-dev, libstdc++<@var{your-libstdc++-version-here}>-dev
511 @item libguile<@var{your-libguile-version-here}>-dev
512 @item make, m4, flex, bison
513 @item gettext
514 @item groff, texinfo
515 @item tetex-base, tetex-bin, tetex-extra, libkpathsea-dev or tetex-dev
516 @item dpkg-dev, debhelper, fakeroot
517 @item gs, netpbm
518 @item pnmtopng (only in Debian 2.2; pnmtopng has been merged with netpbm
519   in Debian testing/unstable.)
520 @end itemize
522 Most of these are listed on the @samp{Build-Depends} line in the
523 @file{debian/control} file.  To ensure the creation of the lilypond deb is
524 trouble-free, we recommend that you first install the following packages
525 by running \@command{apt-get} as root before building the package:
527 For Debian 2.2:
529 @example
530         apt-get install task-debian-devel task-c++-dev \
531                 python-base libguile6-dev tetex-bin tetex-dev \
532                 tetex-extra flex bison texinfo groff gs \
533                 netpbm pnmtopng m4 gettext
534 @end example
536 For Debian in development ("unstable", the future 2.3 or 3.0):
538 @example
539         apt-get install binutils cpp gcc libc6-dev \
540                 g++ libstdc++2.10-dev \
541                 python-base libguile-dev tetex-bin libkpathsea-dev \
542                 tetex-extra flex bison texinfo  groff gs \
543                 netpbm m4 gettext
544 @end example
546 And, just so that old fonts from previous versions of LilyPond won't
547 interfere with your build, you may want to do this before the build too:
549 @example
550         dpkg --purge lilypond lilypond1.3
551 @end example
553 @subsection MacOS X
555 LilyPond is available through fink, in the unstable cvs distribution.
557 You need to:
558 @itemize @bullet
559 @item Get the Fink package manager from @uref{http://fink.sourceforge.net}
560 @item Get the Lilypond package description by enabling the "unstable" tree
561 in fink and executing @command{fink selfupdate-cvs}.
562 @end itemize
564 Then do:
565 @quotation
566 @example
567         fink install lilypond-unstable
568 @end example
569 @end quotation
571 That's it!  The command should compile and install all LilyPond
572 prerequisites (python, TeX, X11, ghostscript) and then LilyPond
573 itself.
576 @subsection compiling on MacOS X
577 LilyPond has been built on Darwin, to be precise, on:
578 @example
579     Darwin buoux.aspiratie.nl 5.3 Darwin Kernel Version 5.3: Thu Jan 24
580     22:06:02 PST 2002; root:xnu/xnu-201.19.obj~1/RELEASE_PPC  Power Macintosh powerpc
581 @end example
583 using:   
585 @example
586     Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2 19991024 (release)
587 @end example
589 To make sure you have all packages needed to build LilyPond installed,
590 run as root:
592 @example
593         apt-get install bash python guile debianutils flex bison texinfo \
594                 ghostscript6 netpbm m4 gettext
595 @end example        
597 and:
598                 
599 @example
600         fink install tetex
601 @end example        
603 For more information about @file{apt-get} and @file{fink}, see
604 @uref{http://fink.sf.net,fink.sourceforge.net}.
606 @c  brokenness of autoconf; don't ask
607 Then, configure, patch, make and install LilyPond using these commands:
609 @example
610         CC="cc -I/sw/include" CXX="c++ -I/sw/include" LDFLAGS="-L/sw/lib" \
611             ./configure --prefix=/sw
612         make -C lily out/parser.hh out/parser.cc out/config.h
613         patch -p0 < darwin.patch
614         make -C lily out/parser.o
615         make DEPENDENCIES_OUTPUT=/dev/null all
616         make install
617 @end example
619 For installing, you must be root, of course.
621 @c Why isn't this in BUGS (where it belongs?)
622 @section Problems
624 For help and questions use @email{lilypond-user@@gnu.org}.  Please
625 consult the FAQ before mailing your problems.  If you find bugs, please
626 send bug reports to @email{bug-lilypond@@gnu.org}.
628 Bugs that are not fault of LilyPond are documented here.
630 @subsection Linking to kpathsea
632 If kpathsea and the corresponding header files are installed in some
633 directory where GCC does not search by default, for example in
634 @file{/usr/local/lib/} and @file{/usr/local/include/} respectively,
635 you have to explicitly tell configure where to find it. To do this,
637 @itemize
638 @item @code{rm config.cache}
639 @item @code{export LDFLAGS=-L/usr/share/texmf/lib}
640 @item @code{export CPPFLAGS=-I/usr/share/texmf/include}
641 @item @code{./configure}
642 @end itemize
643 Once configure has found them, the paths are stored in
644 @file{config.make} and will be used even if you don't have the
645 environment variables set during make.
648 @unnumberedsubsec Gcc-3.0.4
650 Gcc 3.0.4, is a bit flaky.  Try downgrading to 2.95.x, or if you're
651 adventurous (see below), upgrading to 3.1.x.
653 @unnumberedsubsec Flex-2.5.4a and gcc-3.x
655 Flex 2.5.4a does not produce g++-3.0 compliant C++ code.  To compile
656 LilyPond with gcc-3.0 you may do:
658 @example
659         CC=gcc-3.0 CXX=g++-3.0 ./configure --enable-config=gcc-3.0
660         make conf=gcc-3.0 -C lily out-gcc-3.0/lexer.cc
661         patch -p1 < lexer-gcc-3.0.patch
662         make conf=gcc-3.0 -C lily
663 @end example
665 Note that this is fixed in Debian/unstable for flex >= 2.5.4a-13.
667 @unnumberedsubsec Flex-2.5.4a and gcc-3.1.x
669 Flex 2.5.4a does not produce g++-3.1.1 compliant C++ code.  To compile
670 LilyPond with gcc-3.1.1 you may do:
672 @example
673         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
674         CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \
675             ./configure --enable-config=gcc-3.1
676         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
677         make conf=gcc-3.1
678 @end example
680 This assumes that the GCC 3.1 binaries are called gcc-3.1 and g++-3.1.
681 Note that this is @strong{not} fixed in Debian/unstable for flex <=
682 2.5.4a-26.
684 @unnumberedsubsec Linux-2.4.0, Guile-1.4 --with-threads
686 There's a bug in certain kernels around version 2.4.0, that is
687 triggered when using Guile 1.4 compiled with pthreads.  You'll see
688 random segmentation fault crashes of LilyPond.  Upgrade to a newer
689 version of Linux.  If you can't do that, you may try to recompiling
690 Guile without threads (YMMV):
692 @example
693          guile-1.4$ ./configure --without-threads; make all install
694 @end example
696 @unnumberedsubsec OpenBSD
698 @itemize @bullet
699 @item By default, gcc on OpenBSD doesn't include
700 @file{/usr/local/include} and @file{/usr/local/lib} in the system
701 paths.  Depending upon where/how you installed kpathsea and other
702 libraries, you may need to refer to the section ``Linking to
703 kpathsea''.
705 @end itemize
707 @unnumberedsubsec NetBSD
709 @itemize @bullet
710 @item The flex precompiled in NetBSD-1.4.2 is broken.
711 Download flex-2.5.4a, build, install.
713 @item The configuration of Gcc (egcs-2.91.60 19981201 (egcs-1.1.1
714 release)) does not include @file{/usr/pkg} paths.  Configure using:
715 @example
717 CFLAGS='-I /usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ./configure
719 @end example
721 @end itemize
723 @unnumberedsubsec  Solaris:
725 @itemize @bullet
726 @item Sparc64/Solaris 2.6, GNU make-3.77
728 GNU make-3.77 is buggy on this platform, upgrade to 3.78.1 or newer.
730 @item Sparc64/Solaris 2.6, ld
732 Not yet resolved.
733 @end itemize
736 @unnumberedsubsec   AIX
738 @itemize @bullet
739 @item AIX 4.3 ld
741 The following is from the gcc install/SPECIFIC file.
742 @quotation
743    Some versions of the AIX binder (linker) can fail with a relocation
744    overflow severe error when the -bbigtoc option is used to link
745    GCC-produced object files into an executable that overflows the TOC.
746    A fix for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND  
747    -BBIGTOC) is available from IBM Customer Support and from its
748    27service.boulder.ibm.com website as PTF U455193.   
750    Binutils does not support AIX 4.3 (at least through release 2.9). GNU
751    as and GNU ld will not work properly and one should not configure GCC
752    to use those GNU utilities. Use the native AIX tools which do
753    interoperate with GCC.
754 @end quotation
756 add -Wl,-bbigtoc to USER_LDFLAGS, ie:
757 @example
758     LDFLAGS='-Wl,-bbigtoc' ./configure
759 @end example
761 @end itemize
764 @bye
765