linker errors

Simon Peyton-Jones simonpj@microsoft.com
Tue, 5 Aug 2003 14:20:25 +0100


| The code is hand-written and the maximum tuple-size
| used is 4. It works fine in Hugs. It uses the Parsec
| library (not the version in GHC's "text" package, but
| from a local copy. The ParsecPrim.hs was replaced by
| the version from Parsec's web-site -- it works as I
| expected, but not the one distributed with GHC or
| Hugs).

Well that is mysterious.  Can you send the offending source code (plus
the modules it imports, and a Makefile)?  Preferably with as few imports
as possible...

Simon