Changeset f22f96e9 for general/prog


Ignore:
Timestamp:
04/06/2003 12:30:53 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d10f793
Parents:
b6194c5
Message:

edited general libs

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

Location:
general/prog
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc2.xml

    rb6194c5 rf22f96e9  
    1 <sect1 id="gcc2" xreflabel="gcc2-&gcc2-version;">
     1<sect1 id="gcc2" xreflabel="gcc-&gcc2-version;">
    22<?dbhtml filename="gcc2.html" dir="general"?>
    3 <title>gcc2-&gcc2-version;</title>
     3<title>gcc-&gcc2-version;</title>
    44
    55&gcc2-intro;
  • general/prog/gcc2/gcc2-config.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Configuring gcc2</title>
     2<title>Configuring gcc</title>
    33
    44<sect3><title>Configuration Information</title>
     
    1010your requirements.</para>
    1111
    12 <para>If you only need the gcc2 libraries, you may delete /opt/gcc2.</para>
     12<para>If you only need the gcc-&gcc2-version; libraries, you may delete /opt/gcc2.</para>
    1313
    14 <para>Whenever you need to use gcc2 instead of you system installed compiler,
     14<para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler,
    1515add <userinput>/opt/gcc2/bin</userinput> to the front of your PATH before compiling the concerned
    1616package.</para>
  • general/prog/gcc2/gcc2-desc.xml

    rb6194c5 rf22f96e9  
    22<title>Contents</title>
    33
    4 <para>The gcc2 package contains the <userinput>gcc2 c and c++ compilers</userinput>
    5 and <userinput>gcc2
     4<para>The gcc-&gcc2-version package contains the
     5<userinput>gcc-&gcc2-version; c and c++ compilers</userinput>
     6and <userinput>gcc-&gcc2-version;
    67libstdc++.so</userinput> that is required by some commercial and pre-compiled
    78packages.</para>
  • general/prog/gcc2/gcc2-inst.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Installation of gcc2</title>
     2<title>Installation of gcc</title>
    33
    44<para>Apply the two patches, one to fix compilation and the other to stop the
  • general/prog/gcc2/gcc2-intro.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Introduction to gcc2-&gcc2-version;</title>
     2<title>Introduction to gcc-&gcc2-version;</title>
    33
    44<screen>Download location (FTP):       <ulink url="&gcc2-download-ftp;"/>
     
    77Estimated Disk space required: &gcc2-buildsize;</screen>
    88
    9 <para>There are two reasons for installing gcc2. The first is that the kernel
    10 developers have certified gcc2 as the preferred compiler for compiling the
     9<para>There are two reasons for installing gcc-&gcc2-version;. The first is that the kernel
     10developers have certified gcc-&gcc2-version; as the preferred compiler for compiling the
    1111kernel. The other (and more compelling reason) is that some
    1212commercial closed-source packages (such as Netscape Navigator, Yahoo Pager)
    1313and precompiled packages (such as Mozilla)
    14 are linked against gcc2 libs.</para>
     14are linked against gcc-&gcc2-version libs.</para>
    1515
    1616<para>Download the gcc patches from <ulink url="&hfile-root;"/>.
Note: See TracChangeset for help on using the changeset viewer.