Ignore:
Timestamp:
01/17/2006 08:46:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
f658b21
Parents:
5aa74f2
Message:

Ported the proper r7279 plus r7281 from trunk to alphabetical.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7282 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass2.xml

    r5aa74f2 r23102484  
    66]>
    77
    8 <sect1 id="ch-tools-binutils-pass2">
     8<sect1 id="ch-tools-binutils-pass2" role="wrap">
    99  <?dbhtml filename="binutils-pass2.html"?>
    1010
    11   <title>Binutils-&binutils-version; - Fase 2</title>
     11  <title>Binutils-&binutils-version; - Pass 2</title>
    1212
    1313  <indexterm zone="ch-tools-binutils-pass2">
    1414    <primary sortas="a-Binutils">Binutils</primary>
    15     <secondary>herramientas, fase 2</secondary>
     15    <secondary>tools, pass 2</secondary>
    1616  </indexterm>
    1717
     
    4040
    4141  <sect2 role="installation">
    42     <title>Reinstalación de Binutils</title>
     42    <title>Re-installation of Binutils</title>
    4343
    44     <para>Vuelve a crear un directorio dedicado para la construcción:</para>
     44    <para>Create a separate build directory again:</para>
    4545
    4646<screen><userinput>mkdir -v ../binutils-build
    4747cd ../binutils-build</userinput></screen>
    4848
    49     <para>Prepara Binutils para su compilación:</para>
     49    <para>Prepare Binutils for compilation:</para>
    5050
    5151<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
     
    5353
    5454    <variablelist>
    55       <title>Significado de la nueva opción de configure:</title>
     55      <title>The meaning of the new configure options:</title>
    5656
    5757      <varlistentry>
    5858        <term><parameter>--with-lib-path=/tools/lib</parameter></term>
    5959        <listitem>
    60           <para>Esto le indica al guión configure que especifique la ruta
    61           de búsqueda de librerías por defecto durante la compilación de
    62           Binutils, resultando en que se le pase <filename
    63           class="directory">/tools/lib</filename> al enlazador. Esto evita
    64           que el enlazador busque en los directorios de librerías del
    65           anfitrión.</para>
     60          <para>This tells the configure script to specify the library
     61          search path during the compilation of Binutils, resulting in
     62          <filename class="directory">/tools/lib</filename> being passed
     63          to the linker. This prevents the linker from searching through
     64          library directories on the host.</para>
    6665        </listitem>
    6766      </varlistentry>
     
    6968    </variablelist>
    7069
    71     <para>Compila el paquete:</para>
     70    <para>Compile the package:</para>
    7271
    7372<screen><userinput>make</userinput></screen>
    7473
    75     <para>La compilación está completa. Como se explicó antes, no recomendamos
    76     ejecutar los bancos de pruebas de las herramientas temporales en este
    77     capítulo. Si de todas formas deseas ejecutar el banco de pruebas de Binutils,
    78     hazlo con el siguiente comando:</para>
     74    <para>Compilation is now complete. As discussed earlier, running the
     75    test suite is not mandatory for the temporary tools here in this
     76    chapter. To run the Binutils test suite anyway, issue the following
     77    command:</para>
    7978
    8079<screen><userinput>make check</userinput></screen>
    8180
    82     <para>Instala el paquete:</para>
     81    <para>Install the package:</para>
    8382
    8483<screen><userinput>make install</userinput></screen>
    8584
    86     <para>Prepara el enlazador para la fase de <quote>Reajuste</quote> del
    87     próximo capítulo:</para>
     85    <para>Now prepare the linker for the <quote>Re-adjusting</quote> phase in
     86    the next chapter:</para>
    8887
    8988<screen><userinput>make -C ld clean
     
    9190
    9291    <warning>
    93       <para><emphasis>No borres</emphasis> todavía los directorios de
    94       fuentes y de construcción de Binutils. Se necesitarán durante el
    95       siguiente capítulo en el estado en que se encuentran ahora.</para>
     92      <para><emphasis>Do not</emphasis> remove the Binutils source and build
     93      directories yet. These directories will be needed again in the next
     94      chapter in their current state.</para>
    9695    </warning>
    9796
     
    101100    <title/>
    102101
    103     <para>Los detalles sobre este paquete se encuentran en la
    104     <xref linkend="contents-binutils"/>.</para>
     102    <para>Details on this package are located in
     103    <xref linkend="contents-binutils" role="."/></para>
    105104
    106105  </sect2>
Note: See TracChangeset for help on using the changeset viewer.