Win32 bindings and the GHC6.4 windows distro

I decided to have a play with the win32 bindings in the hierarchical libraries. The attached program built with ghc --make fails to link with these errors: test.o(.text+0x1c2):fake: undefined reference to `GraphicsziWin32ziMisc_messageB ox_closure' test.o(.text+0x255):fake: undefined reference to `__stginit_GraphicsziWin32ziMis c_' test.o(.data+0x3c):fake: undefined reference to `GraphicsziWin32ziMisc_messageBo x_closure' How can I get this to build for now, and is it possible to set up the package that comes with the binary windows distribution so that no fix is needed in the future? -- flippa@flippac.org A problem that's all in your head is still a problem. Brain damage is but one form of mind damage.

On Mon, May 23, 2005 at 05:07:09PM +0100, Philippa Cowderoy wrote:
I decided to have a play with the win32 bindings in the hierarchical libraries. The attached program built with ghc --make fails to link with these errors:
The Win32 package was dropped from the msi because it conflicted with hslibs/win32, and because the graphical part doesn't work properly with GHC at the moment.

On Tue, 24 May 2005, Ross Paterson wrote:
On Mon, May 23, 2005 at 05:07:09PM +0100, Philippa Cowderoy wrote:
I decided to have a play with the win32 bindings in the hierarchical libraries. The attached program built with ghc --make fails to link with these errors:
The Win32 package was dropped from the msi because it conflicted with hslibs/win32, and because the graphical part doesn't work properly with GHC at the moment.
Ah. ghc-pkg seems to think it's got packages for it and ghc's finding the haskell side of stuff, weird. -- flippa@flippac.org 'In Ankh-Morpork even the shit have a street to itself... Truly this is a land of opportunity.' - Detritus, Men at Arms
participants (2)
-
Philippa Cowderoy
-
Ross Paterson