
12 Jun
2002
12 Jun
'02
4:48 p.m.
Dufflebunk
module Test where main = return ()
Here is the result: $ nhc98 test.hs /usr/lib/nhc98/ix86-Linux/Prelude.a(_Driver.o)(.data+0x88): undefined reference to `CF_Main_46main' collect2: ld returned 1 exit status
The 'main' function must be in a module named 'Main', but your module is named 'Test'. Regards, Malcolm