[EMAIL PROTECTED] wrote:
> 
> Your email address              [EMAIL PROTECTED]
> Hugs version                    October 99
> Configuration options
> Operating System                Windows 95
> Compiler                        Used precompiled binaries
> 
> Expected Behaviour
> I expect getLine to 'wait' while I type in a line of text, and then to
> return that line of text as a string.
> 
> Observed Behaviour
> On Win95, it doesn't wait, but just returns an empty string.
> On WinNT, it works as expected.
> 
> Session transcript
> > do s <- getLine; writeFile "foo.txt" s
> -- This yields an empty file, foo.txt.
> -- This was typed from memory.

Ugh! 

So many compilers, so many systems...

As far as I can make out, this is a problem with only Win9x
machines, and with the precompiled binaries. I've got a 
(different) binary that works on Win98 compiled under the
Metrowerks compiler, but the precompiled ones are compiled
with another compiler. (Licensing issues, etc)

I'll work on this problem today.

Andy Gill


Reply via email to