mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to GMP-4.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5953 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
84da85ae99
commit
b866013960
@ -91,7 +91,7 @@
|
||||
<!ENTITY libxml2-version "2.6.23">
|
||||
<!ENTITY libxslt-version "1.1.15">
|
||||
<!ENTITY libgtkhtml-version "2.6.3">
|
||||
<!ENTITY gmp-version "4.1.4">
|
||||
<!ENTITY gmp-version "4.2">
|
||||
<!ENTITY gdbm-version "1.8.3">
|
||||
<!ENTITY GLib-version "1.2.10">
|
||||
<!ENTITY glib2-version "2.10.2">
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gmp-download-http "http://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
|
||||
<!ENTITY gmp-download-ftp "ftp://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
|
||||
<!ENTITY gmp-md5sum "0aa7d3b3f5b5ec5951e7dddd6f65e891">
|
||||
<!ENTITY gmp-size "1.6 MB">
|
||||
<!ENTITY gmp-buildsize "60.8 MB">
|
||||
<!ENTITY gmp-time "0.88 SBU (additional 0.81 SBU to run the testsuite)">
|
||||
<!ENTITY gmp-download-ftp "ftp://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2">
|
||||
<!ENTITY gmp-md5sum "aa4a4534e8870ab8ba3c093239057cca">
|
||||
<!ENTITY gmp-size "1.7 MB">
|
||||
<!ENTITY gmp-buildsize "47.2 MB">
|
||||
<!ENTITY gmp-time "1.0 SBU (additional 0.6 SBU to run the testsuite)">
|
||||
]>
|
||||
|
||||
<sect1 id="gmp" xreflabel="GMP-&gmp-version;">
|
||||
@ -73,16 +73,42 @@
|
||||
<screen><userinput>./configure --prefix=/usr --enable-cxx --enable-mpbsd &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <xref linkend="tex"/> installed and you wish to create
|
||||
alternate formats of the documentation, issue any or all of the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>make -C doc pdf &&
|
||||
make -C doc ps &&
|
||||
make -C doc html &&
|
||||
texi2html -o doc/gmp_nochunks.html doc/gmp.texi &&
|
||||
makeinfo --plaintext -o doc/gmp.txt doc/gmp.texi</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.
|
||||
Owing to various reports of mis-compilations, the maintainer strongly
|
||||
recommends running the test-suite and report any failures. The libraries
|
||||
recommends running the test-suite and reporting any failures. The libraries
|
||||
should not be used in a production environment if there are problems
|
||||
running <command>make check</command>.</para>
|
||||
running <command>make check</command>. An easy way to determine if all the
|
||||
tests passed is to redirect the output of the tests to a file
|
||||
(<command>make check >check.log 2>&1</command>) and issue
|
||||
the following command:</para>
|
||||
|
||||
<screen><userinput>awk '/tests passed/{total+=$2} ; END{print total}' check.log</userinput></screen>
|
||||
|
||||
<para>139 should be returned.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>If you created any of the alternate formats of the documentation,
|
||||
install it using the following commands as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/gmp-&gmp-version;/html &&
|
||||
install -v -m644 doc/gmp.html/* /usr/share/doc/gmp-&gmp-version;/html &&
|
||||
install -v -m644 doc/{isa_abi_headache,configuration} \
|
||||
doc/*.{pdf,dvi,ps,html,txt} \
|
||||
/usr/share/doc/gmp-&gmp-version;</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
|
@ -40,9 +40,13 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>April 26th, 2006</para>
|
||||
<para>April 27th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to GMP-4.2</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to vsftpd-2.0.4</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user