ld.exe distributed with Windows ghc-6.4.1 buggy?

2006-02-13 Thread Bayley, Alistair
(MS Windows) GHC users, I've experienced a small problem with the version of ld that ships with GHC-6.4.1 for Windows. I used it to build a Postgres sample C program, and the resulting executable segfaults on a certain line. The same program works correctly when linked with the version of ld (a

Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Bulat Ziganshin
Hello Neil, Sunday, February 12, 2006, 10:31:40 PM, you wrote: NM I'm working on a Windows Haskell GUI, a lot like WinHugs (stealing a NM lot of the code from WinHugs), which I want to make cross-compiler NM happy - i.e. Hugs, GHCi and Yhc at least. [See NM

Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Neil Mitchell
I added support for GHC's split-objs feature to the Gtk2Hs build system and the size of a striped hello world GUI shrank from 2.7M to 250k. For reference a trivial program (main = print hello world) is 190k on my system. This improvement will be included in the next release. Thats good to

Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Duncan Coutts
On Mon, 2006-02-13 at 21:13 +, Neil Mitchell wrote: Hmm. Drag 'n drop. Yeah we'll have to look into that. I believe it is supposed to work but we've not made those features available yet. Mike Dodd's was giving some prodding on my behalf, for Yhe. I think in the end he just got really