Changeset 772f15b


Ignore:
Timestamp:
04/25/2006 01:46:06 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5417ccf
Parents:
875f53ab
Message:

Updated note about g77 in gcc3. Removed reference to Objective C becuae it is available in gcc4.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc3.xml

    r875f53ab r772f15b  
    148148    and <application>C++</application> compilers and enable the related
    149149    <application>C++</application> options. In addition to c and c++, you can
    150     add f77 for FORTRAN (called <application>g77</application>) and objc for
    151     Objective C libraries.  Note that <application>GCC-4</application> no
    152     longer provides a FORTRAN 77 compiler.   Ada is a more complicated
    153     installation and not supported in BLFS.</para>
     150    add f77 for FORTRAN (called <application>g77</application>).
     151    Note that <application>GCC-4</application> no
     152    longer provides a FORTRAN 77 compiler.</para>
    154153
    155154    <indexterm zone="gcc3  gcc3-lang">
     
    186185      environment variable before compiling the concerned package.</para>
    187186
    188       <para>If you need <application>g77</application> or Objective C
    189       libraries, you also need to either update
     187      <para>If you use <application>g77</application>  programs, you also
     188      should move the libg2c.* libraries and symbolic links to <filename
     189      class='directory'>/usr/lib</filename>.  Using export
     190      LD_LIBRARY_PATH=/opt/gcc-&gcc3-version;/lib or  updating
    190191      <filename>/etc/ld.so.conf</filename> to point to <filename
    191       class='directory'>/opt/gcc-&gcc3-version;/lib</filename> and run
    192       <application>ldconfig</application> or export
    193       LD_LIBRARY_PATH=/opt/gcc-&gcc3-version;/lib.</para>
     192      class='directory'>/opt/gcc-&gcc3-version;/lib</filename> is not
     193      recommended as it may conflict with your normal libraries.</para>
    194194
    195195    </sect3>
  • introduction/welcome/changelog.xml

    r875f53ab r772f15b  
    6161        </listitem>
    6262        <listitem>
    63           <para>[bdubbs] - Added a note about adding FORTRAN 77 and
    64           Objective C to the gcc-3 instructions.</para>
     63          <para>[bdubbs] - Added a note about adding FORTRAN 77
     64          to the gcc-3 instructions.</para>
    6565        </listitem>
    6666        <listitem>
Note: See TracChangeset for help on using the changeset viewer.