mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-27 15:49:19 +01:00
Clarify (again) the extraction order in GCC Pass 1
Reformat Kmod configure command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e3f07935fc
commit
3380af3607
@ -37,6 +37,19 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2012-02-01</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Clarify (again) the extraction order
|
||||||
|
in GCC Pass 1.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Reformat Kmod configure command.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-01-30</para>
|
<para>2012-01-30</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -49,6 +49,12 @@
|
|||||||
resulting directories so the GCC build procedures will automatically
|
resulting directories so the GCC build procedures will automatically
|
||||||
use them:</para>
|
use them:</para>
|
||||||
|
|
||||||
|
<note><para>There are frequent misunderstandings about this chapter. The
|
||||||
|
procedures are the same as every other chapter as explained earlier (<xref
|
||||||
|
linkend='buildinstr'/>). First extract the gcc tarball from the sources
|
||||||
|
directory and then change to the directory created. Only then should you
|
||||||
|
proceed with the instructions below.</para></note>
|
||||||
|
|
||||||
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
|
<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2
|
||||||
mv -v mpfr-&mpfr-version; mpfr
|
mv -v mpfr-&mpfr-version; mpfr
|
||||||
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
tar -Jxf ../gmp-&gmp-version;.tar.xz
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Change to the sources directory.</para>
|
<para>Change to the sources directory.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem id='buildinstr' xreflabel='Package build instructions'>
|
||||||
<para>For each package:</para>
|
<para>For each package:</para>
|
||||||
<orderedlist numeration="loweralpha" spacing="compact">
|
<orderedlist numeration="loweralpha" spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -43,10 +43,12 @@
|
|||||||
|
|
||||||
<para>Prepare Kmod for compilation:</para>
|
<para>Prepare Kmod for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" liblzma_LIBS="-L/lib -llzma" \
|
<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" \
|
||||||
zlib_CFLAGS="-I/usr/include" zlib_LIBS="-L/lib -lz" ./configure \
|
liblzma_LIBS="-L/lib -llzma" \
|
||||||
--prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --with-xz \
|
zlib_CFLAGS="-I/usr/include" \
|
||||||
--with-zlib</userinput></screen>
|
zlib_LIBS="-L/lib -lz" \
|
||||||
|
./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc \
|
||||||
|
--with-xz --with-zlib</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20120130">
|
<!ENTITY version "SVN-20120201">
|
||||||
<!ENTITY releasedate "Jan 30, 2012">
|
<!ENTITY releasedate "Feb 1, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.1">
|
<!ENTITY milestone "7.1">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user