> --with-hc only configures what's used to compile 'generic' Haskell
> code (i.e., not the contens of ghc/compiler). (As Simon suggests),
> use --with-ghc to control what GHC to to use to compile the
> compiler bits, i.e.,
>
> ./configure --with-ghc=/usr/local/bin/ghc-5.02.2 \
> --with-hc=/usr/local/bin/ghc-5.02.2
>
> will use 5.02.2 all over the place.
I'll just add that setting both of these flags should be unnecessary:
--with-hc defaults to the value of --with-ghc if one is given (or
whatever GHC is installed otherwise). But it doesn't do any harm, of
course.
Cheers,
Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs