Changeset e1beb751
- Timestamp:
- Feb 21, 2006, 2:13:14 AM (19 years ago)
- Children:
- 0f559d45
- Parents:
- 89da68b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/temp-perl.xml
r89da68b re1beb751 28 28 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> 29 29 30 <screen os="c"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen> 30 <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper 31 Fcntl IO POSIX' part of the command correct—they are all 32 letters):</para> 31 33 32 <variablelist os="d"> 34 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen> 35 36 <variablelist os="e"> 33 37 <title>The meaning of the configure option:</title> 34 38 … … 38 42 <para>This tells Perl to build the minimum set of static 39 43 extensions needed for installing and testing the Coreutils 40 package in the nextchapter.</para>44 package later in this chapter.</para> 41 45 </listitem> 42 46 </varlistentry> … … 44 48 </variablelist> 45 49 46 <para os=" e">Now we are ready to make our perl utilities:</para>50 <para os="f">Now we are ready to make our perl utilities:</para> 47 51 48 <screen os=" f"><userinput>make perl utilities</userinput></screen>52 <screen os="g"><userinput>make perl utilities</userinput></screen> 49 53 50 <para os=" g">Install these tools and their libraries:</para>54 <para os="h">Install these tools and their libraries:</para> 51 55 52 <screen os=" h"><userinput>cp perl pod/pod2man /tools/bin56 <screen os="i"><userinput>cp perl pod/pod2man /tools/bin 53 57 install -d /tools/lib/perl5/&perl-version; 54 58 cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen> -
final-system/multilib/temp-perl.xml
r89da68b re1beb751 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/temp-perl.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 36 33 37 <screen os="c"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc ${BUILD32}"</userinput></screen> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"36 href="../common/temp-perl.xml"37 xpointer="xpointer(//*[@os='d'])"/>38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 53 xpointer="xpointer(//*[@os='h'])"/> 54 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../common/temp-perl.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 55 59 </sect2> 56 60 -
temp-system/common/bash.xml
r89da68b re1beb751 55 55 <para>This option turns off the use of Bash's memory allocation 56 56 (malloc) function which is known to cause segmentation faults. 57 By turning this option off, Bash will use the malloc function 57 By turning this option off, Bash will use the malloc functions 58 58 from Glibc which are more stable.</para> 59 59 </listitem> -
temp-system/common/texinfo.xml
r89da68b re1beb751 28 28 29 29 <screen os="b"><userinput>CC="${CC}" ./configure --prefix=/tools \ 30 --host=${LFS_TARGET} 30 --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
testsuite-tools/common/tcl.xml
r89da68b re1beb751 38 38 three packages for testing purposes may seem excessive, but it is very 39 39 reassuring, if not essential, to know that the most important tools are 40 working properly. Even if the test suites are not run in this chapter 41 (they are not mandatory), these packages are required to run the test 42 suites in <xref linkend="chapter-building-system"/>.</para> 40 working properly.</para> 43 41 44 42 <para os="c1">First, fix a syntax error in the configure script.</para>
Note:
See TracChangeset
for help on using the changeset viewer.