Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread shelarcy
Hi, On Wed, 09 May 2007 17:31:51 +0900, Simon Marlow [EMAIL PROTECTED] wrote: So to summarise, the following are missing from the binary distribution that Neil used as the basis for his installer: * readline * ALUT * OpenAL * GLUT * C++ support in the bundled GCC right? Yes.

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread shelarcy
On Wed, 09 May 2007 17:31:51 +0900, Simon Marlow [EMAIL PROTECTED] wrote: You forgot to include GLUT and readline packages. I think you can't build these packages, so you don't include it. This is well-known problem, if build GHC your self. Because MInGW doesn't have these headers and library

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread shelarcy
On Wed, 09 May 2007 17:42:11 +0900, Neil Mitchell [EMAIL PROTECTED] wrote: Custom/complete: yes, typical: no. What on earth does typical mean? The user has no idea whether it will install the features they need or not, so it's a meaningless option. From all I can tell, GHC 6.6 has all

RE: GHC as a library - getting output from GHCI

2007-05-10 Thread Simon Peyton-Jones
| Also if stmt = | | SomeModule.prettyPrinter foobar | | and SomeModule contains | | prettyPrinter x = putStrLn $ Pretty: ++ x | | then the let binding will not catch it. Indeed, that's exactly what I meant in my original msg. I have always thought it ugly that stdin and stdout are

Re: GHC as a library - getting output from GHCI

2007-05-10 Thread Simon Marlow
Simon Peyton-Jones wrote: | Also if stmt = | | SomeModule.prettyPrinter foobar | | and SomeModule contains | | prettyPrinter x = putStrLn $ Pretty: ++ x | | then the let binding will not catch it. Indeed, that's exactly what I meant in my original msg. I have always thought it ugly

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread Simon Marlow
shelarcy wrote: Hi, On Wed, 09 May 2007 17:31:51 +0900, Simon Marlow [EMAIL PROTECTED] wrote: So to summarise, the following are missing from the binary distribution that Neil used as the basis for his installer: * readline * ALUT * OpenAL * GLUT * C++ support in the bundled

Re: Sparc/Intel Solaris support

2007-05-10 Thread Christian Maeder
Joel Reymont schrieb: How well is ghc supported on newer versions of Sparc/Intel Solaris? The distributions http://www.haskell.org/ghc/dist/6.6/ghc-6.6-sparc-sun-solaris2.tar.bz2 http://www.haskell.org/ghc/dist/6.6/ghc-6.6-i386-unknown-solaris2.tar.bz2 work well under Solaris 10 for us. I'm in

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread shelarcy
Hi On Thu, 10 May 2007 18:36:22 +0900, Neil Mitchell [EMAIL PROTECTED] wrote: I've attached the installer source to this message, for you to play with/patch to your hearts content. I sent a copy to Ian a few days, so it should be appearing in the GHC tree at some point. I succeed to build

Re: ghc-6.6.1 win32 msi available

2007-05-10 Thread shelarcy
Hi Sigbjorn, On Wed, 09 May 2007 07:25:31 +0900, Sigbjorn Finne [EMAIL PROTECTED] wrote: In case anyone's interested, http://www.galois.com/~sof/msi/ghc-6-6-1.msi contains a Windows installer for 6.6.1; most (all?) libraries/ are in there; no C++ bits (sorry.) It looks that your

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread shelarcy
On Thu, 10 May 2007 18:11:52 +0900, Simon Marlow [EMAIL PROTECTED] wrote: So to summarise, the following are missing from the binary distribution that Neil used as the basis for his installer: (snip) right? Yes. And Sigbjorn's one provides these packages. Ok, but I don't know how to

ghc-6.6.1 under i386 Solaris

2007-05-10 Thread Christian Maeder
Hi, the stage2 compiler I've created from the official sources almost works, but ghci crashes with seg-fault. Any ideas? -bash-3.1$ gdb --args /localdisk/maeder/haskell/ghc-6.6.1/compiler/stage2/ghc-6.6.1 -B/localdisk/maeder/haskell/ghc-6.6.1 --interactive GNU gdb 6.5 Copyright (C) 2006 Free

Re: GHC 6.6.1 Windows installer, test version

2007-05-10 Thread Simon Marlow
shelarcy wrote: Hi On Thu, 10 May 2007 18:36:22 +0900, Neil Mitchell [EMAIL PROTECTED] wrote: I've attached the installer source to this message, for you to play with/patch to your hearts content. I sent a copy to Ian a few days, so it should be appearing in the GHC tree at some point. I

Re: GHC as a library - getting output from GHCI

2007-05-10 Thread Matthew Danish
On Thu, May 10, 2007 at 09:34:53AM +0100, Simon Marlow wrote: And we do have support for this in GHC. $ ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | |GHC Interactive, version 6.7, for Haskell 98. / /_\\/ __ / /___| |http://www.haskell.org/ghc/ \/\/