2003-05-02 19:20:20 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of DejaGNU</title>
|
|
|
|
|
2003-08-08 23:38:16 +01:00
|
|
|
<para>Prepare DejaGNU to be compiled:</para>
|
|
|
|
|
2003-09-02 23:03:51 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
|
2003-08-08 23:38:16 +01:00
|
|
|
|
|
|
|
<para>Build and install the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make
|
2003-05-02 19:20:20 +01:00
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
2003-08-08 23:38:16 +01:00
|
|
|
<para>This completes the testing tools. We can now rebuild GCC and Binutils
|
2003-09-09 21:59:10 +01:00
|
|
|
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>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|