
10 Dec
2002
10 Dec
'02
8:50 p.m.
On Tue, Dec 10, 2002 at 05:25:46PM +0100, Nicolas Oury wrote:
but when I write
ghc -o test Main.hs -lSDLmain, ghc creates its own main, and it doesn't work.
Probably a stupid question, but if SDL supplies its own main
function, then you don't have to put your functions in a module
called Main ...? (i.e. rename your Main module to something
else random, like Foo)
--
#ozone/algorithm