From: Han-Wen Nienhuys Date: Tue, 23 Sep 2003 15:09:17 +0000 (+0000) Subject: (Top): add note about get-pfa X-Git-Tag: release/1.9.10~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ad4d9fb371fe93cd77233044e66a03fd585ad3f;p=lilypond.git (Top): add note about get-pfa target. --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 28690c8fcd..b63fe4925b 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -131,8 +131,6 @@ following software: @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} 1.6.0, or newer. @end itemize -For running LilyPond successfully - You have to help @TeX{} and MetaFont find LilyPond support files. After compiling, scripts to do this can be found in @file{buildscripts/out/lilypond-profile} and @@ -270,9 +268,8 @@ and appending the following to @file{~/.vim/filetype.vim}: @section Problems -For help and questions use @email{lilypond-user@@gnu.org}. Please -consult the FAQ before mailing your problems. If you find bugs, please -send bug reports to @email{bug-lilypond@@gnu.org}. +For help and questions use @email{lilypond-user@@gnu.org}. Send bug +reports to @email{bug-lilypond@@gnu.org}. Bugs that are not fault of LilyPond are documented here. @@ -346,7 +343,7 @@ release)) does not include @file{/usr/pkg} paths. Configure it using: @file{./configure} needs a POSIX compliant shell. On Solaris7, @file{/bin/sh} is not yet POSIX compliant, but @file{/bin/ksh} or bash -is. Please run configure like: +is. Run configure like: @example CONFIG_SHELL=/bin/ksh ksh -c ./configure @end example @@ -355,39 +352,7 @@ or: CONFIG_SHELL=/bin/bash bash -c ./configure @end example -@item Sparc64/Solaris 2.6, ld - -Not yet resolved. @end itemize - -@unnumberedsubsec AIX - -@itemize @bullet -@item AIX 4.3 ld - -The following is from the gcc install/SPECIFIC file: -@quotation - Some versions of the AIX binder (linker) can fail with a relocation - overflow severe error when the -bbigtoc option is used to link - GCC-produced object files into an executable that overflows the TOC. - A fix for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND - -BBIGTOC) is available from IBM Customer Support and from its - 27service.boulder.ibm.com website as PTF U455193. - - Binutils does not support AIX 4.3 (at least through release 2.9). GNU - as and GNU ld will not work properly and one should not configure GCC - to use those GNU utilities. Use the native AIX tools which do - interoperate with GCC. -@end quotation - -add -Wl,-bbigtoc to USER_LDFLAGS, i.e.: -@example - LDFLAGS='-Wl,-bbigtoc' ./configure -@end example - -@end itemize - - @bye diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index edb2715b24..10588b6c81 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -29,10 +29,10 @@ source archives; Xdelta (@file{.xd}) files are supplied on the FTP site. @section Compilation -For compiling and running LilyPond please refer to the installation -instructions. These instructions can be found when you unpack -lilypond, as @file{lilypond-x.y.z/INSTALL.txt}. They are also -available on the web at +For compiling and running LilyPond see the installation instructions. +These instructions can be found when you unpack lilypond, as +@file{lilypond-x.y.z/INSTALL.txt}. They are also available on the web +at @uref{http://lilypond.org/Documentation/topdocs/out-www/INSTALL.html}. NOTE: If you downloaded a binary (@file{.rpm}) or use the Cygwin