diff --git a/general/prog/gcc3.xml b/general/prog/gcc3.xml index f9afb4536d..0f490d3255 100644 --- a/general/prog/gcc3.xml +++ b/general/prog/gcc3.xml @@ -84,6 +84,19 @@ cd ../gcc-build && --enable-threads=posix && make bootstrap +If desired, run the test suite using the following commands. The +test_summary commands create log files which can be +compared to known good results located at +and . + + +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 + Now, as the root user: make install && diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3f128a90c5..de37bfe208 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,8 +22,10 @@ who wrote what. -February 27th, 2005 [randy]: Added dependencies to GCC-3 and -minor update to J2SDK dependencies description. +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. February 26th, 2005 [randy]: Modified Linux-PAM and cracklib instructions to correctly place the .so symlinks in /usr/lib; modified Courier diff --git a/multimedia/libdriv/alsa-lib.xml b/multimedia/libdriv/alsa-lib.xml index 9a02a73c17..904793ca0e 100644 --- a/multimedia/libdriv/alsa-lib.xml +++ b/multimedia/libdriv/alsa-lib.xml @@ -75,7 +75,8 @@ and you wish to build the JACK cd src/pcm/ext && make jack && -make install-jack +make install-jack && +cd ../../.. If you have Doxygen installed and you wish to build the library API documentation, run the following