Nabil Alsharif wrote: > I downloaded the gtk2hs 0.9.12.1 tarball and did the standard configure, > make, make install but when I go to compile a test program I get a bunch > of errors that look like:
How did you compile the program? [snip link errors] This usually indicates a missing --make or -package flag (in your case, -package gtk) in the ghc invocation. Try ghc --make Test.hs HTH, Bertram _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
