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:
Randy McMurchy 2006-04-27 15:17:10 +00:00
parent 84da85ae99
commit b866013960
3 changed files with 39 additions and 9 deletions

View File

@ -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">

View File

@ -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 &amp;&amp;
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 &amp;&amp;
make -C doc ps &amp;&amp;
make -C doc html &amp;&amp;
texi2html -o doc/gmp_nochunks.html doc/gmp.texi &amp;&amp;
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 &gt;check.log 2&gt;&amp;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 &amp;&amp;
install -v -m644 doc/gmp.html/* /usr/share/doc/gmp-&gmp-version;/html &amp;&amp;
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">

View File

@ -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>