Changeset bbf90e8 for BOOK/final-system
- Timestamp:
- May 16, 2006, 12:59:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8fdbca4
- Parents:
- ddc9408
- Location:
- BOOK/final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/automake.xml
rddc9408 rbbf90e8 35 35 36 36 <para os="e">To test the results, issue: 37 <userinput>make check</userinput>.</para> 37 <userinput>make check</userinput>. 2 tests are skipped that use 38 Automake. For full test coverage, Autoconf can be re-tested after 39 Automake has been installed.</para> 38 40 39 41 <para os="f">Install the package:</para> -
BOOK/final-system/common/perl.xml
rddc9408 rbbf90e8 38 38 prepare Perl for compilation with:</para> 39 39 40 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen> 40 <screen os="b"><userinput>./configure.gnu --prefix=/usr \ 41 -Dman1dir=/usr/share/man/man1 \ 42 -Dman3dir=/usr/share/man/man3 \ 43 -Dpager="/bin/less -isR"</userinput></screen> 41 44 42 45 <variablelist os="c"> … … 48 51 <para>This corrects an error in the way that <command>perldoc</command> 49 52 invokes the <command>less</command> program.</para> 53 </listitem> 54 </varlistentry> 55 <varlistentry os="c2"> 56 <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term> 57 <listitem> 58 <para>Since Groff is not installed yet, 59 <command>configure.gnu</command> thinks that we do not want 60 man pages for Perl. Issuing these parameters overrides this decision.</para> 50 61 </listitem> 51 62 </varlistentry> -
BOOK/final-system/multilib/perl-64bit.xml
rddc9408 rbbf90e8 59 59 xpointer="xpointer(//*[@os='a'])"/> 60 60 61 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" \ 61 <screen os="b"><userinput>./configure.gnu --prefix=/usr \ 62 -Dman1dir=/usr/share/man/man1 \ 63 -Dman3dir=/usr/share/man/man3 \ 64 -Dpager="/bin/less -isR" \ 62 65 -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \ 63 66 -Dcc="gcc ${BUILD64}"</userinput></screen> … … 76 79 href="../common/perl.xml" 77 80 xpointer="xpointer(//*[@os='c1'])"/> 81 82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 83 href="../common/perl.xml" 84 xpointer="xpointer(//*[@os='c2'])"/> 78 85 79 86 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.