mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 04:09:21 +01:00
Added --with-headers back to glibc chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4214 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3827b0493e
commit
cb2892d1e3
@ -92,6 +92,11 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 25th, 2004 [jeremy]: Added the --with-headers flag
|
||||||
|
back to glibc chapter 5. Numerous reports on list indicated that without
|
||||||
|
this flag, glibc would grab headers from the host, rather than the ones we
|
||||||
|
installed to /tools/include.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 25th, 2004 [jeremy]: Upgraded to hotplug-2004_09_23.
|
<listitem><para>September 25th, 2004 [jeremy]: Upgraded to hotplug-2004_09_23.
|
||||||
This includes Alexander's improved isapnp detection script.</para></listitem>
|
This includes Alexander's improved isapnp detection script.</para></listitem>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
||||||
--disable-profile --enable-add-ons \
|
--disable-profile --enable-add-ons \
|
||||||
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
||||||
--without-gd --without-cvs</userinput></screen>
|
--without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</para>
|
<para>The meaning of the configure options:</para>
|
||||||
|
|
||||||
@ -106,6 +106,14 @@ snapshot. But it's not actually needed these days. We use it because it
|
|||||||
suppresses an annoying but harmless warning about a missing
|
suppresses an annoying but harmless warning about a missing
|
||||||
<command>autoconf</command> program.</para></listitem>
|
<command>autoconf</command> program.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--with-headers=/tools/include</parameter></term>
|
||||||
|
<listitem><para>This forces glibc to use the linux-libc-headers installed
|
||||||
|
in /tools/etc, rather than those on the host, which may be too old to
|
||||||
|
support needed functionality.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>During this stage you might see the following warning:</para>
|
<para>During this stage you might see the following warning:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user