~ubuntu-branches/ubuntu/warty/dejagnu/warty

« back to all changes in this revision

Viewing changes to doc/html/x81.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2004-02-09 15:07:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040209150758-oaj7r5zrop60v8sb
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>What's New In This Release</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
 
9
"><LINK
 
10
REL="HOME"
 
11
TITLE="DejaGnu"
 
12
HREF="book1.html"><LINK
 
13
REL="UP"
 
14
TITLE="Overview"
 
15
HREF="c50.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="Overview"
 
18
HREF="c50.html"><LINK
 
19
REL="NEXT"
 
20
TITLE="Design Goals"
 
21
HREF="x107.html"></HEAD
 
22
><BODY
 
23
CLASS="SECT1"
 
24
BGCOLOR="#FFFFFF"
 
25
TEXT="#000000"
 
26
LINK="#0000FF"
 
27
VLINK="#840084"
 
28
ALINK="#0000FF"
 
29
><DIV
 
30
CLASS="NAVHEADER"
 
31
><TABLE
 
32
SUMMARY="Header navigation table"
 
33
WIDTH="100%"
 
34
BORDER="0"
 
35
CELLPADDING="0"
 
36
CELLSPACING="0"
 
37
><TR
 
38
><TH
 
39
COLSPAN="3"
 
40
ALIGN="center"
 
41
>DejaGnu: The GNU Testing Framework</TH
 
42
></TR
 
43
><TR
 
44
><TD
 
45
WIDTH="10%"
 
46
ALIGN="left"
 
47
VALIGN="bottom"
 
48
><A
 
49
HREF="c50.html"
 
50
ACCESSKEY="P"
 
51
>&#60;&#60;&#60; Previous</A
 
52
></TD
 
53
><TD
 
54
WIDTH="80%"
 
55
ALIGN="center"
 
56
VALIGN="bottom"
 
57
>Overview</TD
 
58
><TD
 
59
WIDTH="10%"
 
60
ALIGN="right"
 
61
VALIGN="bottom"
 
62
><A
 
63
HREF="x107.html"
 
64
ACCESSKEY="N"
 
65
>Next &#62;&#62;&#62;</A
 
66
></TD
 
67
></TR
 
68
></TABLE
 
69
><HR
 
70
ALIGN="LEFT"
 
71
WIDTH="100%"></DIV
 
72
><DIV
 
73
CLASS="SECT1"
 
74
><H1
 
75
CLASS="SECT1"
 
76
><A
 
77
NAME="NEW"
 
78
></A
 
79
>What's New In This Release</H1
 
80
><P
 
81
>This release has a number of substantial changes over version
 
82
    1.3. The most visible change is that the version of Expect and Tcl
 
83
    included in the release are up-to-date with the current stable net
 
84
    releases. The biggest change is years of modifications to the
 
85
    target configuration system, used for cross testing. While this
 
86
    greatly improved cross testing, is has made that subsystem very
 
87
    complicated. The goal is to have this entirely rewritten using
 
88
    <SPAN
 
89
CLASS="PRODUCTNAME"
 
90
>iTcl</SPAN
 
91
> by the next release. Other changes
 
92
    are:</P
 
93
><P
 
94
></P
 
95
><UL
 
96
><LI
 
97
><P
 
98
>More built-in support for building target binaries
 
99
        with the correct linker flags. Currently this only works with
 
100
        <SPAN
 
101
CLASS="PRODUCTNAME"
 
102
>GCC</SPAN
 
103
> as the cross compiler,
 
104
        preferably with a target supported by
 
105
        <A
 
106
HREF="x1655.html#LIBGLOSS"
 
107
>Libgloss</A
 
108
>.</P
 
109
></LI
 
110
><LI
 
111
><P
 
112
>Lots of little bug fixes from years of heavy
 
113
        use at Cygnus Solutions.</P
 
114
></LI
 
115
><LI
 
116
><P
 
117
>DejaGnu now uses
 
118
      <SPAN
 
119
CLASS="PRODUCTNAME"
 
120
>Automake</SPAN
 
121
> for Makefile
 
122
      configuration.</P
 
123
></LI
 
124
><LI
 
125
><P
 
126
>Updated documentation, now in SGML
 
127
        (using the <A
 
128
HREF="http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html"
 
129
TARGET="_top"
 
130
>free
 
131
        GNU DocBook tools</A
 
132
>) format.</P
 
133
></LI
 
134
><LI
 
135
><P
 
136
>Windows support. There is beta level support for
 
137
      Windows that is still a work in progress. This requires the
 
138
      <A
 
139
HREF="http://www.cygwin.com/"
 
140
TARGET="_top"
 
141
>Cygwin</A
 
142
> POSIX
 
143
      subsystem for Windows.</P
 
144
></LI
 
145
></UL
 
146
><DIV
 
147
CLASS="SECT2"
 
148
><H2
 
149
CLASS="SECT2"
 
150
><A
 
151
NAME="CYGWIN"
 
152
></A
 
153
>Windows Support</H2
 
154
><P
 
155
>To use DejaGnu on Windows, you need to first install the
 
156
        <A
 
157
HREF="http://www.cygwin.com/"
 
158
TARGET="_top"
 
159
>Cygwin</A
 
160
>
 
161
        release. This works as of the B20.1 release. Cygwin is a POSIX
 
162
        system for Windows. This covers both utility programs and a library
 
163
        that adds POSIX system calls to Windows. Among them is pseudo tty
 
164
        support for Windows that emulates the POSIX pty standard. The
 
165
        latest Cygwin is always available from <A
 
166
HREF="http://www.cygwin.com/"
 
167
TARGET="_top"
 
168
>this location</A
 
169
>. This
 
170
        works well enough to run <I
 
171
CLASS="EMPHASIS"
 
172
>"make check"</I
 
173
> of
 
174
        the GNU development tree on Windows after a native build. But the
 
175
        nature of ptys on Windows is still evolving. Your mileage may
 
176
        vary.</P
 
177
></DIV
 
178
></DIV
 
179
><DIV
 
180
CLASS="NAVFOOTER"
 
181
><HR
 
182
ALIGN="LEFT"
 
183
WIDTH="100%"><TABLE
 
184
SUMMARY="Footer navigation table"
 
185
WIDTH="100%"
 
186
BORDER="0"
 
187
CELLPADDING="0"
 
188
CELLSPACING="0"
 
189
><TR
 
190
><TD
 
191
WIDTH="33%"
 
192
ALIGN="left"
 
193
VALIGN="top"
 
194
><A
 
195
HREF="c50.html"
 
196
ACCESSKEY="P"
 
197
>&#60;&#60;&#60; Previous</A
 
198
></TD
 
199
><TD
 
200
WIDTH="34%"
 
201
ALIGN="center"
 
202
VALIGN="top"
 
203
><A
 
204
HREF="book1.html"
 
205
ACCESSKEY="H"
 
206
>Home</A
 
207
></TD
 
208
><TD
 
209
WIDTH="33%"
 
210
ALIGN="right"
 
211
VALIGN="top"
 
212
><A
 
213
HREF="x107.html"
 
214
ACCESSKEY="N"
 
215
>Next &#62;&#62;&#62;</A
 
216
></TD
 
217
></TR
 
218
><TR
 
219
><TD
 
220
WIDTH="33%"
 
221
ALIGN="left"
 
222
VALIGN="top"
 
223
>Overview</TD
 
224
><TD
 
225
WIDTH="34%"
 
226
ALIGN="center"
 
227
VALIGN="top"
 
228
><A
 
229
HREF="c50.html"
 
230
ACCESSKEY="U"
 
231
>Up</A
 
232
></TD
 
233
><TD
 
234
WIDTH="33%"
 
235
ALIGN="right"
 
236
VALIGN="top"
 
237
>Design Goals</TD
 
238
></TR
 
239
></TABLE
 
240
></DIV
 
241
></BODY
 
242
></HTML
 
243
>
 
 
b'\\ No newline at end of file'