Ignore:
Timestamp:
08/20/2005 04:26:31 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
636a369b
Parents:
63c29e8
Message:

Updated to GCC-3.4.4; modified command to create the ffitarget.h interface header in /usr/include

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r63c29e8 rf182eed  
    77  <!ENTITY gcc-download-http  "http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    88  <!ENTITY gcc-download-ftp   "ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    9   <!ENTITY gcc-md5sum         "e744b30c834360fccac41eb7269a3011">
    10   <!ENTITY gcc-size           "27.4 MB">
    11   <!ENTITY gcc-buildsize      "1.62 GB">
    12   <!ENTITY gcc-time           "45.50 SBU (build and install all compilers)">
    13 
    14   <!ENTITY gnat-download-http " ">
    15   <!ENTITY gnat-download-ftp  "ftp://cs.nyu.edu/pub/gnat/3.15p/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz">
    16   <!ENTITY gnat-md5sum        "57c060cd1ccef8b1ae9165b11d98780a">
    17   <!ENTITY gnat-size          "13.4 MB">
     9  <!ENTITY gcc-md5sum         "b594ff4ea4fbef4ba9220887de713dfe">
     10  <!ENTITY gcc-size           "27.5 MB">
     11  <!ENTITY gcc-buildsize      "1.6 GB">
     12  <!ENTITY gcc-time           "46 SBU (build, test and install all compilers)">
     13
     14  <!ENTITY gnat-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/SVN/F-H/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
     15  <!ENTITY gnat-download-ftp  "ftp://anduin.linuxfromscratch.org/sources/BLFS/SVN/F-H/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
     16  <!ENTITY gnat-md5sum        "c9aad2da908a40e876c24fc85f248b51">
     17  <!ENTITY gnat-size          "11.6 MB">
     18  <!ENTITY gnat-buildsize     "97.7 MB">
    1819  <!ENTITY gnat-time          "less than 0.1 SBU">
    1920]>
     
    103104      </listitem>
    104105      <listitem>
     106        <para>Estimated disk space required: &gnat-buildsize;</para>
     107      </listitem>
     108      <listitem>
    105109        <para>Estimated build time: &gnat-time;</para>
    106110      </listitem>
     
    123127
    124128    <para>The above script will ask you how and where you would like to install
    125     <application>GNAT</application>. To avoid conflicts with
    126     the system <command>gcc</command>, the package will be installed in a separate
    127     directory, that can later be removed from the system.</para>
     129    <application>GNAT</application>. To avoid conflicts with the system
     130    <command>gcc</command>, the package will be installed in a separate
     131    directory that can later be removed from the system.</para>
    128132
    129133    <para>In response to the questions asked by the <command>doconfig</command>
     
    173177      test results with those found at
    174178      <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's also an
    175       i686 platform test result produced by an LFS-6.1 system at
    176       <ulink url="http://linuxfromscratch.org/~randy/gcc343_test.txt"/>. You
     179      i686 platform test result produced by an LFS-SVN-20050730 system at
     180      <ulink url="http://linuxfromscratch.org/~randy/gcc344_test.txt"/>. You
    177181      may also want to refer to the information found in the
    178182      <application>GCC</application>-Pass 2 section of Chapter 5 in the LFS book
     
    205209    /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{lib,include}</userinput></screen>
    206210
     211    <para>The <filename class='libraryfile'>libffi</filename> interface header
     212    is installed in a location where other packages will not be able to find
     213    it. If you included Java as one of the installed languages, create a
     214    symbolic link in <filename class='directory'>/usr/include</filename> to
     215    remedy this:</para>
     216
     217<screen role="root"><userinput>ln -v -sf `find /usr/lib/gcc -name ffitarget.h` /usr/include</userinput></screen>
     218
     219<!--
    207220    <para>There is a bug in the installation of the
    208221    <filename class='libraryfile'>libffi</filename> interface headers. The
     
    215228<screen role="root"><userinput>install -v -m644 ../gcc-&gcc-version;/libffi/src/<replaceable>[arch]</replaceable>/ffitarget.h \
    216229    /usr/include</userinput></screen>
     230-->
    217231
    218232    <para>As the <systemitem class="username">root</systemitem> user, remove the
Note: See TracChangeset for help on using the changeset viewer.