Changeset ca4b09e


Ignore:
Timestamp:
04/25/2006 04:53:03 AM (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:
354f5e4d
Parents:
8cfa6af
Message:

Added a note about adding FORTRAN 77 and Objective C to the gcc-3 instructions.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc3.xml

    r8cfa6af rca4b09e  
    143143    building in a separate directory.</para>
    144144
    145     <para><parameter>--enable-shared --enable-languages=c,c++
     145    <para id='gcc3-lang'><parameter>--enable-shared --enable-languages=c,c++
    146146    --enable-threads=posix</parameter>: Configures
    147     <application>GCC</application> to build the
    148     <application>C</application> and <application>C++</application> compilers
    149     and enable the related <application>C++</application> options.</para>
    150 
     147    <application>GCC</application> to build the <application>C</application>
     148    and <application>C++</application> compilers and enable the related
     149    <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>
     154
     155    <indexterm zone="gcc3  gcc3-lang">
     156      <primary sortas="b-g77">g77</primary>
     157    </indexterm>
     158    <indexterm zone="gcc3 gcc3-lang">
     159      <primary sortas="b-FORTRAN">FORTRAN</primary>
     160    </indexterm>
     161    <indexterm zone="gcc3 gcc3-lang">
     162      <primary sortas="b-ObjeciveC">Objective C</primary>
     163    </indexterm>
     164             
    151165    <para><command>mv -v /opt/gcc-&gcc3-version;/lib/libstdc++.so.5*
    152166    /usr/lib</command>: Moves the <application>C++</application> library to the
     
    163177      <title>Configuration information</title>
    164178
    165       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
    166 
    167179      <para>If you only need the GCC-&gcc3-version; C++ library, you may delete
    168180      <filename>/opt/gcc-&gcc3-version;</filename>.</para>
     
    173185      front of your <envar>PATH</envar> or (preferably) set the <envar>CC</envar>
    174186      environment variable before compiling the concerned package.</para>
     187
     188      <para>If you need <application>g77</application> or Objective C
     189      libraries, you also need to either update
     190      <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>
    175194
    176195    </sect3>
  • introduction/welcome/changelog.xml

    r8cfa6af rca4b09e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Added a note about adding FORTRAN 77 and
     49          Objective C to the gcc-3 instructions.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a short note about the GCC-3.4.6 Fortran
    4953          installation instructions on the BLFS Wiki to the GCC-4.0.x
Note: See TracChangeset for help on using the changeset viewer.