Changeset 0939e573


Ignore:
Timestamp:
05/07/2003 11:51:03 PM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5b2a34d
Parents:
98ced7f
Message:

note not to remove tcl directory

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r98ced7f r0939e573  
    1212<listitem><para>e2fsprogs-1.33</para></listitem>
    1313<listitem><para>file-4.02</para></listitem>
    14 <listitem><para>flex-2.5.31</para></listitem>
    1514<listitem><para>gawk-3.1.2</para></listitem>
    1615<listitem><para>gcc-3.2.3</para></listitem>
     
    4544<listitem><para>gcc-2.95.3</para></listitem>
    4645<listitem><para>gcc-2.95.3-2.patch</para></listitem>
    47 <listitem><para>gcc-3.2.3-libgcc_no_debug.patch</para></listitem>
    48 <listitem><para>gcc-3.2.3-libstdc++_no_debug.patch</para></listitem>
    4946<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
    5047<listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem>
     
    6663</itemizedlist>
    6764</para></listitem>
     65
     66<listitem><para>May 7th, 2003 [gerard]: Removed GCC No Debug patches. No
     67longer assume gcc-core and gcc-g++ packages are downloaded, so added
     68appropriate --enable-languages options.</para></listitem>
     69
     70<listitem><para>May 7th, 2003 [gerard]: Removed Chapter 6 - Glibc-Pass2.
     71It's not needed anymore with the pure-lfs integration.</para></listitem>
     72
     73<listitem><para>May 7th, 2003 [gerard]: Downgraded to flex-2.5.4a again.
     74Newer versions just don't work properly.</para></listitem>
    6875
    6976<listitem><para>May 5th, 2003 [gerard]: Removed zlib installation from
  • chapter04/gcc.xml

    r98ced7f r0939e573  
    55<ulink url="&http;/gcc-3.2.3-specs-2.patch"/>
    66
    7 GCC libgcc No Debug Patch:
    8 <ulink url="&http;/gcc-3.2.3-libgcc_no_debug.patch"/>
    9 
    10 GCC libstdc++ No Debug Patch:
    11 <ulink url="&http;/gcc-3.2.3-libstdc++_no_debug.patch"/>
    12 
    137GCC MMap Test Patch:
    148<ulink url="&http;/gcc-3.2.3-mmap_test.patch"/>
    159
    16 GCC No Fixed Includes Patch:
     10GCC No Fixincludes Patch:
    1711<ulink url="&http;/gcc-3.2.3-no_fixincludes.patch"/>
  • chapter05/gcc-pass1-inst.xml

    r98ced7f r0939e573  
    1414
    1515<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
    16 patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
    17 patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
    18 patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch</userinput></screen></para>
     16patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para>
    1917
    2018<para>It is recommended by the GCC installation documentation to build
     
    2927&nbsp;&nbsp;&nbsp;&nbsp;../gcc-&gcc-version;/configure --prefix=/stage1 \
    3028&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
    31 &nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --enable-shared </userinput></screen></para>
     29&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --enable-shared \
     30&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c</userinput></screen></para>
    3231
    3332<para>The meaning of the configure options are:</para>
  • chapter05/gcc-pass2-inst.xml

    r98ced7f r0939e573  
    66<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
    77patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
    8 patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
    9 patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
    10 patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para>
     8patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para>
    119
    1210<para><screen><userinput>mkdir ../gcc-build
     
    1715&nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
    1816&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
    19 &nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit
     17&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit \
     18&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++
    2019make LDFLAGS="-s"
    2120make -k check
  • chapter06/gcc-inst.xml

    r98ced7f r0939e573  
    3232&nbsp;&nbsp;&nbsp;&nbsp;--enable-__cxa_atexit --enable-clocale=gnu \
    3333&nbsp;&nbsp;&nbsp;&nbsp;--mandir=/usr/share/man \
    34 &nbsp;&nbsp;&nbsp;&nbsp;--infodir=/usr/share/info</userinput></screen></para>
     34&nbsp;&nbsp;&nbsp;&nbsp;--infodir=/usr/share/info \
     35&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c,c++</userinput></screen></para>
    3536
    3637<para>The meanings of the configure options are:</para>
  • chapter06/tcl-inst.xml

    r98ced7f r0939e573  
    1111ln -s tclsh8.4 /usr/bin/tclsh</userinput></screen></para>
    1212
     13<para>Don't remove the tcl&tcl-version; directory yet, you need it for the
     14next package installation.</para>
     15
    1316</sect2>
    1417
Note: See TracChangeset for help on using the changeset viewer.