CVS version of nhc98 (was Re: FFI.mkIOError)



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Thu, 15 Mar 2001 11:12:00 +0000


Marcin writes (about the current CVS version of nhc98): > /usr/local/lib/nhc98/pld-Linux/Prelude.a(NonStdTrace.o)(.data+0x3c): > undefined reference to `FN_Prelude_46_95hPutChar' I have just commited a fix to CVS. > /usr/local/lib/nhc98/pld-Linux/Prelude.a(_Driver.o)(.data+0x88): > undefined reference to `CF_Main_46main' This means you do not have a function called Main.main. Probably you have written something like: module M where main = ... instead of module Main where main = ... Regards, Malcolm


About this list Date view Thread view Subject view Author view