Added gcc34 patch to Glib-1.2.10 to fix a build problem when using GCC-2.4.x

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2502 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-07-27 07:06:55 +00:00
parent f3ed6a7575
commit e130cf4604
2 changed files with 28 additions and 19 deletions

View File

@ -9,7 +9,6 @@
<!ENTITY GLib-size "412 KB">
<!ENTITY GLib-buildsize "7 MB">
<!ENTITY GLib-time "0.26 SBU">
]>
<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
@ -33,14 +32,23 @@ loop, threads, dynamic loading, and an object system.</para>
<listitem><para>Estimated build time: &GLib-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch (when using
<application>GCC</application>-3.4.x): <ulink
url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para></listitem>
</itemizedlist></sect3>
</sect2>
<sect2>
<title>Installation of <application>GLib</application></title>
<para>Install <application>glib</application> by running the following commands:</para>
<para>Install <application>glib</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
@ -49,7 +57,8 @@ make install</command></userinput></screen>
<sect2>
<title>Contents</title>
<para>The <application>glib</application> package contains <filename>libglib-1.2</filename> libraries.</para>
<para>The <application>glib</application> package contains
<filename>libglib-1.2</filename> libraries.</para>
</sect2>
@ -57,8 +66,8 @@ make install</command></userinput></screen>
<sect3><title>GLib libraries</title>
<para><application>GLib</application> libraries contain a low-level core
library for the <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3>
library for the <application><acronym>GIMP</acronym></application>
Toolkit.</para></sect3>
</sect2>

View File

@ -19,8 +19,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>July 27th, 2004 [randy]: Added pkgconfig as an optional
dependency of XFree86 and Xorg; added gcc34 patch to OpenSP to fix a build
problem with GCC-3.4.x.</para></listitem>
dependency of XFree86 and Xorg; added gcc34 patch to OpenSP and Glib-1.2.10
to fix a build problem with GCC-3.4.x.</para></listitem>
<listitem><para>July 25th, 2004 [randy]: Fixed patch name in ed
instructions.</para></listitem>