Re: Win 32 GUI for GHC

2000-07-17 Thread Anibal Maffioletti Rodrigues de DEUS
What I really meant was UI controls, like buttons, options box, check box, etc... > I believe so. If you find go to the Haskell web site and then go to the > HOPenGL Link, you should find information on Win32 systems. At least, > that's where I'd look first, but I'm otherwise not sure. ;) > >

Re: Win 32 GUI for GHC

2000-07-17 Thread Stephen Alden Elliott
I believe so. If you find go to the Haskell web site and then go to the HOPenGL Link, you should find information on Win32 systems. At least, that's where I'd look first, but I'm otherwise not sure. ;) -stephen Anibal Maffioletti Rodrigues de DEUS wrote: > > Is there currently any way of usi

Win 32 GUI for GHC

2000-07-17 Thread Anibal Maffioletti Rodrigues de DEUS
Is there currently any way of using Win32 GUI with GHC ?

Re: GHC Renamer

2000-07-17 Thread Marcin 'Qrczak' Kowalczyk
Mon, 17 Jul 2000 15:38:45 -0500, Kate S. Golder <[EMAIL PROTECTED]> pisze: > Are these declarations simply added to all files? They are values referenced in RULES pragmas in Prelude modules. > In particular what are "PrelBase.zi" and "PrelBase.zaza"? Look at ghc/compiler/basicTypes/OccName.lh

GHC Renamer

2000-07-17 Thread Kate S. Golder
I have been playing around with parts of the GHC front end, particularly the Renamer, and am trying to understand the output dumped by this stage. As part of this process I created a file (Blank.hs), where the file contains only an empty module declaration: module Blank where when I ru

-funbox-strict-fields

2000-07-17 Thread Marcin 'Qrczak' Kowalczyk
Why it's not the default (or the only case)? I don't have a test case to make experiments, but intuitively unboxing strict fields should be an obvious advantage in most cases. A record of Bools or Ints - why allocate each separately? I guess they are more often examined directly than passed furth

Re: How to add libgmp.a to lds search path

2000-07-17 Thread George Russell
"Manuel M. T. Chakravarty" wrote: > Is it possible that you are using a Linux box on which the > gmp devel libraries are not (properly) installed? Very likely. Our local sysadmins do not appear to consider integers a sufficiently common concept in computer science to justify a MB or so install

Re: How to add libgmp.a to lds search path

2000-07-17 Thread Manuel M. T. Chakravarty
Sven Kuenzler <[EMAIL PROTECTED]> wrote, > I am trying to build fptools from CVS. I have managed to get the binary > releases of happy-1.6 and ghc-4.08 working and configured fptools > successfully. > > The next error I get is that ld cannot find -lgmp. So I built it from > ghc/rts/gmp. > Now, h

How to add libgmp.a to lds search path

2000-07-17 Thread Sven Kuenzler
Hi, I am trying to build fptools from CVS. I have managed to get the binary releases of happy-1.6 and ghc-4.08 working and configured fptools successfully. The next error I get is that ld cannot find -lgmp. So I built it from ghc/rts/gmp. Now, how do I make GHC _find_ that library. I do not have