mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-23 12:45:04 +01:00
Globally replace cpp0 with cpp. Add note re Chapter 5 Gettext test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a3f6e12435
commit
a67cde7dd5
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, echo, expr, hostname, install,
|
||||
ln, ls, mkdir, mv, rm, sleep, tr, uname, uniq
|
||||
Diffutils: cmp
|
||||
Gawk: awk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Ncurses: (libraries)
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, echo, expr, hostname, ln, ls, mkdir
|
||||
mv, rm, rmdir, sleep, sort, touch, tr, true, uname, uniq
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, ranlib
|
||||
Coreutils: basename, cat, chmod, cp, dirname, echo, expr, head, hostname,
|
||||
install, ln, ls, mkdir, mv, rm, rmdir, sleep, tr, uname, uniq
|
||||
Diffutils: cmp
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
|
@ -8,7 +8,7 @@
|
||||
<literallayout>Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Coreutils: cp, ln, rm
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Make: make</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, chown, echo, expr, hostname,
|
||||
install, ls, mv, rm, sleep, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: ld, as
|
||||
Coreutils: cat, chmod, cp, date, hostname, install, mv, rm, tr
|
||||
Diffutils: cmp
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, echo, expr, hostname,
|
||||
install, ln, mkdir, mv, rm, sync, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: awk
|
||||
GCC: cc, cc1, collect2, cpp0
|
||||
GCC: cc, cc1, collect2, cpp
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, grep
|
||||
Gzip: gzip
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Coreutils: cat, chmod, cp, hostname, install, ln, mv, rm, touch, tr
|
||||
Diffutils: cmp
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: cat, chmod, echo, expr, hostname, install, ln, ls, mv, rm,
|
||||
sleep, touch, tr
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, ranlib
|
||||
Coreutils: basename, cat, chmod, cp, date, echo, hostname, install, mv, rm, tr
|
||||
Diffutils: cmp
|
||||
Grep: egrep, grep
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Make: make
|
||||
Patch: patch
|
||||
Sed: sed</literallayout>
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, ranlib
|
||||
Bison: bison
|
||||
Coreutils: cat, chmod, cp, echo, hostname, install, ln, mv, rm, touch, tr
|
||||
Diffutils: cmp
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, dirname, echo, expr, hostname, ln
|
||||
ls, mkdir, mv, rm, sleep, tail, touch, tr, true, uname
|
||||
Diffutils: cmp
|
||||
Find: find
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
|
@ -6,7 +6,7 @@
|
||||
the C and C++ compilers.</para>
|
||||
|
||||
<para><emphasis>Installed programs</emphasis>: c++, c++filt, cc (link to gcc),
|
||||
cc1, cc1plus, collect2, cpp, cpp0, g++, gcc, gccbug, gcov and tradcpp0</para>
|
||||
cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</para>
|
||||
|
||||
<para><emphasis>Installed libraries</emphasis>: libgcc.a, libgcc_eh.a,
|
||||
libgcc_s.so, libiberty.a, libstdc++.[a,so] and libsupc++.a</para>
|
||||
|
@ -12,7 +12,7 @@ Coreutils: basename, cat, chmod, echo, expr, hostname, install, ln,
|
||||
ls, mkdir, mv, rm, rmdir, sleep, sort, tr, uname, uniq
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, echo, expr, hostname, install,
|
||||
ls, mkdir, mv, rm, sleep, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
|
@ -12,7 +12,7 @@ Coreutils: basename, cat, chmod, cp, date, echo, expr, hostname, install,
|
||||
ln, ls, mkdir, mv, rm, touch, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: awk
|
||||
GCC: cc1, cc1plus, collect2, cpp0, g++, gcc
|
||||
GCC: cc1, cc1plus, collect2, cpp, g++, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<literallayout>Bash: sh
|
||||
Binutils: as, ld, nm
|
||||
Coreutils: cat, chmod, cp, hostname, install, ln, mv, rm, tr
|
||||
GCC: cc1, collect2, cpp, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Bison: bison
|
||||
Coreutils: cp, install, ln, mv, rm, uname
|
||||
Diffutils: cmp
|
||||
Flex: flex
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Grep: grep
|
||||
Gzip: gunzip, gzip
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, cp, date, expr, ln, md5sum, mkdir, mv,
|
||||
pwd, rm, sort, stty, tail, touch, uname, whoami, yes
|
||||
Findutils: find, xargs
|
||||
Gawk: awk
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: grep
|
||||
Gzip: gzip
|
||||
Make: make
|
||||
|
@ -10,7 +10,7 @@ Binutils: as, ld
|
||||
Coreutils: cat, chmod, expr, hostname, install, mv, rm, touch, tr, uname
|
||||
Diffutils: cmp
|
||||
Grep: egrep, grep
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Ncurses: (libraries)
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, nm, ranlib, strip
|
||||
Coreutils: cat, chmod, cp, echo, expr, hostname, install, ln, ls,
|
||||
mkdir, mv, rm, rmdir, sleep, sort, tr, uname, uniq
|
||||
Diffutils: cmp
|
||||
GCC: cc, cc1, collect2, cpp0
|
||||
GCC: cc, cc1, collect2, cpp
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Coreutils: cat, chmod, cp, date, echo, hostname, install, mv, rm, tr
|
||||
Diffutils: cmp
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chgrp, chmod, echo, expr, hostname,
|
||||
install, ls, mv, rm, sleep, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: as, ld
|
||||
Coreutils: cat, chmod, cp, echo, install, mkdir, rm
|
||||
Gawk: awk
|
||||
GCC: c11, collect2, cpp0, gcc
|
||||
GCC: c11, collect2, cpp, gcc
|
||||
Grep: grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -12,7 +12,7 @@ Coreutils: basename, cat, chmod, expr, hostname, install, ln,
|
||||
mkdir, mv, rm, tr, uname
|
||||
Diffutils: cmp
|
||||
Flex: flex
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, date, echo, expr, hostname, install,
|
||||
ln, mkdir, mv, rm, sort, tr, uname, wc
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: c++, cc1, cc1plus, collect2, cpp0, gcc
|
||||
GCC: c++, cc1, cc1plus, collect2, cpp, gcc
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
|
@ -8,7 +8,7 @@
|
||||
<literallayout>Bash: bash, sh
|
||||
Binutils: ar, as, ld
|
||||
Coreutils: echo, install, ln, ls, mv, rm
|
||||
GCC: cc, cc1, collect2, cpp0
|
||||
GCC: cc, cc1, collect2, cpp
|
||||
Make: make</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: as, ld
|
||||
Coreutils: cat, chmod, echo, expr, hostname, install, mv, rm, tr, uname
|
||||
Diffutils: cmp
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
|
@ -12,7 +12,7 @@ Coreutils: basename, cat, chmod, comm, cp, date, echo, expr, hostname, ln,
|
||||
whoami, uniq
|
||||
Diffutils: cmp
|
||||
Gawk: awk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<literallayout>Binutils: as, ld
|
||||
Coreutils: install, mkdir
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Make: make</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: as, ld, strip
|
||||
Coreutils: basename, install, ln, mv, pwd, rm, sort, tr
|
||||
Gawk: awk
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: grep
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
@ -12,7 +12,7 @@ Coreutils: basename, cat, chmod, echo, expr, hostname, install,
|
||||
ls, mkdir, mv, rm, sleep, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, ranlib
|
||||
Coreutils: cat, chmod, expr, hostname, install, ls, mv, rm, echo, sleep, tr
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, cp, echo, expr, install, ln, ls,
|
||||
mkdir, mv, rm, rmdir, sleep, sort, tr, uname, uniq
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, grep
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<literallayout>Binutils: as, ld, strip
|
||||
Coreutils: install
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Make: make</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<literallayout>Bash: sh
|
||||
Binutils: as, ld
|
||||
Coreutils: chown, cp, install, ln, mknod, rm
|
||||
GCC: cc, cc1, collect2, cpp0
|
||||
GCC: cc, cc1, collect2, cpp
|
||||
Make: make
|
||||
Sed: sed</literallayout>
|
||||
|
||||
|
@ -11,7 +11,7 @@ Coreutils: basename, cat, chmod, echo, expr, install, ls, mv, rm,
|
||||
sleep, tr, uname
|
||||
Diffutils: cmp
|
||||
Gawk: gawk
|
||||
GCC: cc, cc1, collect2, cpp0, gcc
|
||||
GCC: cc, cc1, collect2, cpp, gcc
|
||||
Gettext: msgfmt, xgettext
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
|
@ -10,7 +10,7 @@ Binutils: ar, as, ld, ranlib
|
||||
Coreutils: basename, cat, chmod, echo, expr, hostname, install, ln, ls,
|
||||
mkdir, mv, rm, sleep, tr
|
||||
Diffutils: cmp
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
|
@ -9,7 +9,7 @@
|
||||
Binutils: as, ld
|
||||
Coreutils: cat, chgrp, chmod, cp, install, ln, mv, rm, uname, whoami
|
||||
Diffutils: cmp
|
||||
GCC: cc, cc1, collect2, cpp, cpp0
|
||||
GCC: cc, cc1, collect2, cpp, cpp
|
||||
Gettext: msgfmt, xgettext
|
||||
Glibc: rpcgen
|
||||
Grep: grep
|
||||
|
@ -11,7 +11,7 @@ Coreutils: cat, chmod, cp, echo, expr, ln, mkdir, mv, rm, touch, tr,
|
||||
uname, wc, whoami
|
||||
Diffutils: cmp, diff
|
||||
Find: find
|
||||
GCC: cc1, collect2, cpp0, gcc
|
||||
GCC: cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Net-tools: hostname
|
||||
|
@ -92,7 +92,6 @@ to which it belongs.</para>
|
||||
<listitem><para>config.sub : <xref linkend="aa-automake"/></para></listitem>
|
||||
<listitem><para>cp : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>cpp : <xref linkend="aa-gcc"/></para></listitem>
|
||||
<listitem><para>cpp0 : <xref linkend="aa-gcc"/></para></listitem>
|
||||
<listitem><para>csplit : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>ctrlaltdel : <xref linkend="aa-utillinux"/></para></listitem>
|
||||
<listitem><para>cut : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
@ -588,7 +587,6 @@ to which it belongs.</para>
|
||||
<listitem><para>touch : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>tput : <xref linkend="aa-ncurses"/></para></listitem>
|
||||
<listitem><para>tr : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>tradcpp0 : <xref linkend="aa-gcc"/></para></listitem>
|
||||
<listitem><para>trigger : <xref linkend="aa-gettext"/></para></listitem>
|
||||
<listitem><para>troff : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>true : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
|
@ -9,15 +9,18 @@
|
||||
|
||||
<para>Compile the programs:</para>
|
||||
|
||||
<screen><userinput>make </userinput></screen>
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>This package has a test suite available which can perform a number of
|
||||
checks to ensure it built correctly. Should you choose to run it, the
|
||||
following command will do so:</para>
|
||||
checks to ensure it built correctly. However, the Gettext test suite here in
|
||||
Chapter 5 is known to cause problems if for instance it finds a Java compiler
|
||||
on the host. It also takes a very long time to run and is considered not
|
||||
critical to the success of the overall build. We therefore recommend not to run
|
||||
it here. Should you choose to run it, the following command will do so:</para>
|
||||
|
||||
<screen><userinput>make check</userinput></screen>
|
||||
|
||||
<para>Then install them and their documentation:</para>
|
||||
<para>And install the package:</para>
|
||||
|
||||
<screen><userinput>make install</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user