RE: Traditional bogus warnings

2000-05-30 Thread Simon Peyton-Jones
| I know that those warnings below are longstanding buglets, but would | it be possible to remove them before the release of 4.07? I had a | medium-quick look at the desugarer/type checker, but with no real | success. I'd love to fix them too, but it's all in a couple of modules written by a

RE:

2000-05-30 Thread Simon Marlow
When compiling ghc-4.06 I get this error message: ../driver/ghc-inplace -I../includes -I. -Iparallel -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-Wpointer-arith

ghc build on HP-UX

2000-05-30 Thread Matthias Mann
Hmm. I would guess that your gcc is using the native HP/UX assembler and not GNU as, so it doesn't understand the .file directive. If you sent us the output of make EXTRA_HC_OPTS=-optc-v we could check that hypothesis. However ... Here it is, hope it helps:

RE: ghc build on HP-UX

2000-05-30 Thread Simon Marlow
Hmm. I would guess that your gcc is using the native HP/UX assembler and not GNU as, so it doesn't understand the .file directive. If you sent us the output of make EXTRA_HC_OPTS=-optc-v we could check that hypothesis. However ... Here it is, hope it helps: sorry, I

cygwin32 compile

2000-05-30 Thread Brett_A . _Letner
Greetings- I'm attempting to compile ghc 4.06 (I need the FFI stuff) under Windows NT cygwin32. The compile fails in the compiler directory with this: /usr/local/bin/ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser

Re: cygwin32 compile

2000-05-30 Thread Reuben Thomas
4.06 doesn't compile under Cygwin. 4.07 (out RSN) will. In the meantime, the newest version is 4.05 (binaries only, I think). -- http://sc3d.org/rrt/ | plagiarism, n. the mind burgles

typo in CVS users_guide/4-07-notes.sgml

2000-05-30 Thread Carl R. Witty
The file 4-07-notes.sgml in the latest CVS mentions http://www.cse.ogi.ed/~jlewis/implicit.ps.gz That should be .edu, not .ed . Carl Witty [EMAIL PROTECTED]

typo in CVS hslibs/lang/doc/IArray.sgml

2000-05-30 Thread Carl R. Witty
The file IArray.sgml in the latest CVS says "additiona" instead of "addition". Carl Witty [EMAIL PROTECTED]

No ghc/configure file?

2000-05-30 Thread Mark Utting
Summary: I'm trying to build GHC, but cannot find fptools/ghc/configure I need to use the most recent version of GHC, so have followed the CVS checkout instructions on: http://haskell.cs.yale.edu/ghc/cvs-cheat-sheet.html This gives me a top-level fptools directory, with no ./configure

Re: No ghc/configure file?

2000-05-30 Thread Manuel M. T. Chakravarty
Mark Utting [EMAIL PROTECTED] wrote, Summary: I'm trying to build GHC, but cannot find fptools/ghc/configure [..] But upon reading the Makefile, I found I could generate ./configure by: make -f Makefile.config ./configure Done. But then ./configure stops with: