On 2008 Aug 27, at 3:28, Benjamin L.Russell wrote:
On Wed, 27 Aug 2008 16:22:56 +0900, Benjamin L.Russell
<[EMAIL PROTECTED]> wrote:

Sorry, what I really meant was not to update the reference to "a.out"
to be changed to "main.exe", but to change the following line:

This produces a new executable, ./a.out (a.out.exe on windows), which you can run like any other program on your system:

to read as follows:

This produces a new executable, ./a.out (main.exe on windows), which you can run like any other program on your system:

There was no "a.out.exe" on Windows, but only a "main.exe".

Both the Unix and Windows examples need to be changed, actually; IIRC that behavior changed with 6.8.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university    KF8NH


_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to