Changeset a612d92


Ignore:
Timestamp:
02/14/2007 07:35:05 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.2, 6.2.0
Children:
d37e435f
Parents:
5163511
Message:

Merged r6625 from head into the 6.2 branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.2/BOOK@6626 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    r5163511 ra612d92  
    8989<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
    9090./configure --prefix=/usr \
     91            --with-tcl=/usr/lib \
    9192            --with-tclinclude=/usr/include \
    9293            --enable-shared &amp;&amp;
    9394make</userinput></screen>
    9495
    95     <para>This package does not come with a reliable test suite.</para>
     96    <para>To test the results, issue: <command>make test</command>.</para>
    9697
    9798    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    105106    <title>Command Explanations</title>
    106107
     108    <para><parameter>-with-tcl=/usr/lib</parameter>: This parameter is required in
     109    some cases to link in the <application>Tcl</application> library.</para>
     110
    107111    <para><parameter>--enable-shared</parameter>: This option enables
    108112    building the shared library.</para>
    109 
    110     <!--
    111     <para><option>-with-tk=/usr/lib</option>: Use this option to link in the
    112     <application>Tk</application> library.</para>
    113     -->
    114113
    115114    <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This
  • introduction/welcome/changelog.xml

    r5163511 ra612d92  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added an additional parameter to the Expect configure
     49          command to fix a build problem in certain situations; also added a
     50          note to run the test suite.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[dnicholson] - Fixed three package link labels to match
    4954          their titles. Thanks to Chuck Rohde.</para>
Note: See TracChangeset for help on using the changeset viewer.