blob: 4a22085f929159f1c99a470644aafd6f08ad5b22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<sect2><title> </title><para> </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>
|