|
@@ -78,12 +78,24 @@ cd ../gcc-build</userinput></screen>
|
|
|
--libexecdir=/usr/lib --enable-shared \
|
|
|
--enable-threads=posix --enable-__cxa_atexit \
|
|
|
--enable-clocale=gnu --enable-languages=c,c++ \
|
|
|
- --disable-multilib --disable-bootstrap</userinput></screen>
|
|
|
+ --disable-multilib --disable-bootstrap --with-system-zlib</userinput></screen>
|
|
|
|
|
|
<para>Note that for other languages, there are some prerequisites that
|
|
|
are not available. See the BLFS Book for instructions on how to
|
|
|
build all the GCC supported languages.</para>
|
|
|
|
|
|
+ <variablelist>
|
|
|
+ <title>The meaning of the new configure option:</title>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>--with-system-zlib</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>This switch tells GCC to link to the system installed copy of
|
|
|
+ the Zlib library, rather than its own internl copy.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+ </variablelist>
|
|
|
+
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|