Author: matthew
Date: Wed Mar 13 10:08:08 2013
New Revision: 10203
Log:
Add --with-sysroot to Binutils' pass 2 to fix build issues on certain hosts.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/binutils-pass2.xml
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Wed Mar 13 10:06:59 2013 (r10202)
+++ trunk/BOOK/chapter01/changelog.xml Wed Mar 13 10:08:08 2013 (r10203)
@@ -40,6 +40,12 @@
<para>2013-03-13</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Fix a build issue with Check-0.9.9 on some hosts by
+ adding the "sysroot" feature to Binutils. Thanks to Billy
+ O'Connor, Yaacov-Yoseph Weiss and Pierre Labastie for the reports,
and
+ to Pierre again for the fix.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Perl-5.16.3. Fixes
<ulink url="&lfs-ticket-root;3303">#3303</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter05/binutils-pass2.xml
==============================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml Wed Mar 13 10:06:59 2013
(r10202)
+++ trunk/BOOK/chapter05/binutils-pass2.xml Wed Mar 13 10:08:08 2013
(r10203)
@@ -56,7 +56,8 @@
../binutils-&binutils-version;/configure \
--prefix=/tools \
--disable-nls \
- --with-lib-path=/tools/lib</userinput></screen>
+ --with-lib-path=/tools/lib \
+ --with-sysroot</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>
@@ -81,6 +82,16 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>--with-sysroot</parameter></term>
+ <listitem>
+ <para>The sysroot feature enables the linker to find shared objects
+ which are required by other shared objects explicitly included on the
+ linker's command line. Without this, some packages may not build
+ successfully on some hosts.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page