mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
355e538f1c
commit
fb9298b4f2
@ -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 &&
|
||||
../gcc-3.3.4/contrib/test_summary >test_summary.log 2>&1 &&
|
||||
../gcc-3.3.4/contrib/test_summary | \
|
||||
grep -A7 Summ >test_summary_short.log 2>&1</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
|
@ -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
|
||||
|
@ -75,7 +75,8 @@ and you wish to build the <application><acronym>JACK</acronym></application>
|
||||
|
||||
<screen><userinput><command>cd src/pcm/ext &&
|
||||
make jack &&
|
||||
make install-jack</command></userinput></screen>
|
||||
make install-jack &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user