GHC doesn't compile under cygwin

Simon Peyton-Jones simonpj@microsoft.com
Mon, 3 Feb 2003 11:16:54 -0000


Did you carefully follow the steps described in the Building Guide?
http://haskell.cs.yale.edu/ghc/docs/latest/html/building/winbuild.html

Simon

| -----Original Message-----
| From: Chris Clearwater [mailto:chris@sharkzone.com]
| Sent: 28 January 2003 23:36
| To: glasgow-haskell-users@haskell.org
| Subject: GHC doesn't compile under cygwin
|=20
| Hi, today I installed cygwin and downloaded the GHC source, however
| during compilation I get the errors:
|=20
| test: 504: unknown operand
| test: 500: unknown operand
| test: 504: unknown operand
|=20
| In addition,I get many Error [127] (ignored) and Error [1] (ignored)
| before finally quiting with the unknown operand errors. Attached is
the
| configure output, confiure log and make output.
|=20
| Thanks in advance for any help.