Added instructions to run the test suite for GCC-3; added a cd command to the ALSA lib instructions to prepare for installing the documentation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3504 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-28 02:21:57 +00:00
parent 355e538f1c
commit fb9298b4f2
3 changed files with 19 additions and 3 deletions

View File

@ -84,6 +84,19 @@ cd ../gcc-build &&
--enable-threads=posix &&
make bootstrap</command></userinput></screen>
<para>If desired, run the test suite using the following commands. The
<command>test_summary</command> commands create log files which can be
compared to known good results located at <ulink
url="http://linuxfromscratch.org/~randy/gcc-334-lfs-6.0-test_summary.log"/>
and <ulink
url="http://linuxfromscratch.org/~randy/gcc-334-lfs-6.0-test_summary_short.log"/>.
</para>
<screen><userinput><command>make -k check &amp;&amp;
../gcc-3.3.4/contrib/test_summary >test_summary.log 2>&amp;1 &amp;&amp;
../gcc-3.3.4/contrib/test_summary | \
grep -A7 Summ >test_summary_short.log 2>&amp;1</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;

View File

@ -22,8 +22,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 27th, 2005 [randy]: Added dependencies to GCC-3 and
minor update to J2SDK dependencies description.</para></listitem>
<listitem><para>February 27th, 2005 [randy]: Added dependencies and
instructions to run the test suite for GCC-3 and a minor update to J2SDK
dependencies description; added a cd command to the ALSA lib instructions to
prepare for installing the documentation.</para></listitem>
<listitem><para>February 26th, 2005 [randy]: Modified Linux-PAM and cracklib
instructions to correctly place the .so symlinks in /usr/lib; modified Courier

View File

@ -75,7 +75,8 @@ and you wish to build the <application><acronym>JACK</acronym></application>
<screen><userinput><command>cd src/pcm/ext &amp;&amp;
make jack &amp;&amp;
make install-jack</command></userinput></screen>
make install-jack &amp;&amp;
cd ../../..</command></userinput></screen>
<para>If you have <application>Doxygen</application> installed and you wish to
build the library <acronym>API</acronym> documentation, run the following