> Is there some trick to getting it to build ? I've never used the Makefile, but it should work as is! One way to build it, the way I use is: $ cd /root/projects/haskell/yhc/src/compiler98 $ ghc --make -cpp Main -o yhc Thanks Neil