mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated GCC-3.3.x to 3.3.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3137 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
def11b72c6
commit
4697ee38e9
@ -155,7 +155,7 @@
|
||||
<!ENTITY tk-version "8.4.7">
|
||||
<!ENTITY gcc2-version "2.95.3">
|
||||
<!ENTITY NASM-version "0.98.38">
|
||||
<!ENTITY gcc3-version "3.3.3">
|
||||
<!ENTITY gcc3-version "3.3.4">
|
||||
<!ENTITY doxygen-version "1.3.9.1">
|
||||
<!-- Part IV -->
|
||||
|
||||
|
@ -4,10 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gcc3-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;.tar.gz">
|
||||
<!ENTITY gcc3-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;.tar.gz">
|
||||
<!ENTITY gcc3-size "22.7 MB">
|
||||
<!ENTITY gcc3-buildsize "289 MB">
|
||||
<!ENTITY gcc3-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;.tar.bz2">
|
||||
<!ENTITY gcc3-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;.tar.bz2">
|
||||
<!ENTITY gcc3-size "23 MB">
|
||||
<!ENTITY gcc3-buildsize "473 MB">
|
||||
<!ENTITY gcc3-time "2.60 SBU">
|
||||
]>
|
||||
|
||||
@ -33,7 +33,7 @@ url="&gcc3-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gcc3-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download size: &gcc3-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&gcc3-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&gcc3-time;</para></listitem></itemizedlist>
|
||||
@ -81,14 +81,12 @@ enable the related <application>C++</application> options.</para>
|
||||
<screen><userinput><command>make bootstrap &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
||||
<para>Move the <application>C++</application> libraries to the standard lib
|
||||
directory to avoid having to add <userinput>/opt/gcc-&gcc3-version;/lib
|
||||
</userinput> to <filename>/etc/ld.so.conf</filename>.</para>
|
||||
|
||||
<screen><userinput><command>mv /opt/gcc-&gcc3-version;/lib/libstdc++.so.5* /usr/lib</command></userinput></screen>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@ -123,4 +121,3 @@ pre-compiled packages.</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>December 22nd, 2004 [igor]: Updated GCC-3.3.x to
|
||||
3.3.4.</para></listitem>
|
||||
|
||||
<listitem><para>December 21st, 2004 [bdubbs]: Updated tripwire.</para></listitem>
|
||||
|
||||
<listitem><para>December 21st, 2004 [randy]: Updated to KOffice-1.3.5 and
|
||||
|
Loading…
Reference in New Issue
Block a user