Hi > It's a fun enough game under Wine, but has anyone managed to get it to > compile under Linux? I tried but couldn't, and the associated makefile > seems to be very Windows-specific.
It's not makefile that is specific but c file for Audio: stub.c It compiles without problem: ghc --make Main.hs (remember to install glut bindings - libghc6-glut-dev on ubuntu) but it fails on linking. If you browse the source and disable audio then it should link. Cheers, Radek. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe