dejagnu-inst.xml 762 B

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