Re: Undefined symbols on new install of ghc 6.2.2

2005-08-22 Thread Sigbjorn Finne
Can't think of a reasonable explanation for the behaviour you're seeing, I'm afraid. If you look at the undefined symbols from the link, _ZCMain_main_closure isn't being found -- it should be in Build.o, which is included on the command line. The weird thing is that the linker does report undefine

RE: Undefined symbols on new install of ghc 6.2.2

2005-08-22 Thread Alastair Reid
Thanks Sigbjorn, Chris gave these a shot and everything looks right. (i.e., the symbols exist, tmpdir is big and changing it doesn't help and invoking ghc on the .o files directly doesn't help.) Also, building with the latest release of ghc works fine. (This is slightly tedious because we need

RE: Erroneous warning with n+k patterns

2005-08-22 Thread Simon Peyton-Jones
OK, well I've fixed this one. But not overlap warnings in general Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Ian Lynagh | Sent: 20 August 2005 02:39 | To: glasgow-haskell-bugs@haskell.org | Subject: Erroneous warnin