Changeset 3fc19cd


Ignore:
Timestamp:
Nov 23, 2006, 12:28:52 AM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5f3b6d9
Parents:
24e3a57
Message:

Removed creation of config.cache for temp-system gettext - no longer needed for latest gettext version

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gettext.xml

    r24e3a57 r3fc19cd  
    2323    <title>Installation of Gettext</title>
    2424
    25     <para os="a">Gettext has an issue with cross-compiling where it
    26     can't find getline. Fix it here:</para>
     25    <para os="a">Only the programs in the
     26    <filename class="directory">gettext-tools</filename> directory need to be
     27    installed for the temp-system:</para>
    2728
    28 <screen os="b"><userinput>cd gettext-tools
    29 echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
     29<screen os="b"><userinput>cd gettext-tools</userinput></screen>
    3030
    3131    <para os="c">Prepare Gettext for compilation:</para>
     
    3333<screen os="d"><userinput>./configure --prefix=/tools \
    3434    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    35     --disable-shared --cache-file=config.cache</userinput></screen>
     35    --disable-shared</userinput></screen>
    3636
    3737    <variablelist os="e">
  • BOOK/temp-system/multilib/gettext.xml

    r24e3a57 r3fc19cd  
    3737<screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    3838   ./configure --prefix=/tools \
    39    --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared \
    40    --cache-file=config.cache</userinput></screen>
     39   --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared</userinput></screen>
    4140
    4241    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.