- Timestamp:
- Jan 22, 2009, 5:14:36 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1d76a1c5
- Parents:
- f698c15d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/temp-perl.xml
rf698c15d r4e1dce4 42 42 43 43 <varlistentry> 44 <term><parameter>-D static_ext='Data/Dumper IO Fcntl POSIX'</parameter></term>44 <term><parameter>-Dcc="gcc"</parameter></term> 45 45 <listitem> 46 <para>This tells Perl to build the minimum set of static 47 extensions needed for installing and testing the Glibc and 48 Coreutils packages later in this chapter.</para> 46 <para>Tells Perl to use <command>gcc</command> instead of the 47 default <command>cc</command>.</para> 49 48 </listitem> 50 49 </varlistentry> … … 52 51 </variablelist> 53 52 54 <para os="f"> Now we are ready to make our perl utilities:</para>53 <para os="f">Compile the package:</para> 55 54 56 55 <screen os="g"><userinput>make</userinput></screen> 57 56 58 57 <para os="h">Although Perl comes with a test suite, it is not recommended 59 to run it at this point. Only part of Perl was built and running 60 <command>make test</command> now will cause the rest of Perl to be built 61 as well, which is unnecessary at this point. The test suite can be run 62 later in this chapter if desired.</para> 58 to run it at this point, as this Perl installation is only temporary. The 59 test suite can be run later in this chapter if desired.</para> 63 60 64 <para os="i">Install the se tools and their libraries:</para>61 <para os="i">Install the package:</para> 65 62 66 63 <screen os="j"><userinput>make install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.