Ignore:
Timestamp:
02/25/2022 08:47:36 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
9c0b35a
Parents:
b0a6b0c
Message:

Initial LFS-ARM book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/expect.xml

    rb0a6b0c r460f575  
    5151    <para>Prepare Expect for compilation:</para>
    5252
    53 <screen><userinput remap="configure">./configure --prefix=/usr           \
    54             --with-tcl=/usr/lib     \
    55             --enable-shared         \
    56             --mandir=/usr/share/man \
    57             --with-tclinclude=/usr/include</userinput></screen>
     53<screen><userinput remap="configure">./configure --prefix=/usr                   \
     54            --with-tcl=/usr/lib            \
     55            --enable-shared                \
     56            --mandir=/usr/share/man        \
     57            --with-tclinclude=/usr/include \
     58            --build=$(uname -m)-unknown-linux-gnu</userinput></screen>
    5859
    5960    <variablelist>
     
    7475          <para>This explicitly tells Expect where to find Tcl's internal
    7576          headers.</para>
     77        </listitem>
     78      </varlistentry>
     79
     80      <varlistentry>
     81        <term><parameter>--build=$(uname -m)-uknown-linux-gnu</parameter></term>
     82        <listitem>
     83          <para>This tells Expect what the architecture build of the machine
     84          is for ARM.</para>
    7685        </listitem>
    7786      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.