lfs/chapter05/dejagnu-inst.xml
Jeremy Utley 431f48d1b8 Added some notes regarding failed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 20:59:10 +00:00

24 lines
762 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of DejaGNU</title>
<para>Prepare DejaGNU to be compiled:</para>
<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
<para>Build and install the package:</para>
<para><screen><userinput>make
make install</userinput></screen></para>
<para>This completes the testing tools. We can now rebuild GCC and Binutils
to link them against the new Glibc, and test them properly. One thing to note,
however, is that these test suites are highly dependent on the features
supported by your host distribution. Most notably, a host distribution which
does not properly support the devpts filesystem will cause most of these tests
to fail.</para>
</sect2>