RE: Windows: calling a process from Haskell

2002-03-08 Thread Simon Peyton-Jones
Did you get a reply to this? I assume you use a function from the Posix library.Sigbjorn may have comments on how much of it works on Windows. Simon | -Original Message- | From: George Russell [mailto:[EMAIL PROTECTED]] | Sent: 01 March 2002 16:15 | To: [EMAIL PROTECTED] | Subject:

Re: Windows: calling a process from Haskell

2002-03-08 Thread George Russell
Hello Simon PJ, Simon Peyton-Jones wrote: > > Did you get a reply to this? I assume you use a function from the > Posix library.Sigbjorn may have comments on how much of it works > on Windows. No, I got no reply. I think the answer to the question "How much of the Posix library works under

MacOS X GHC Status

2002-03-08 Thread Wolfgang Thaller
Some programs work, including green-card and some HOpenGL programs. GHC, compiled with my registerized version, crashes. At some point, there is pointer on the Stg Stack that points into data space. However, it doesn't point to a closure. In points to a place just after the last data symbol in o

RE: MacOS X GHC Status

2002-03-08 Thread Simon Marlow
> Some programs work, including green-card and some HOpenGL programs. > > GHC, compiled with my registerized version, crashes. > At some point, there is pointer on the Stg Stack that points > into data space. > However, it doesn't point to a closure. In points to a place just > after the last d

HGL ang GHC on Win32

2002-03-08 Thread Hal Daume III
When I compile a program using GHC 5.02.2 on Windows 200 using HGL, using the following command line: > ghc --make HelloWorld.hs -o HelloWorld.exe -package concurrent -package win32 -ic:\GraphicsLibrary\lib\win32 it compiles fine, but then when I run the exe, the window starts out initially as w