>
> Justin Cormack <[EMAIL PROTECTED]> writes:
>
> > The configure script is missing from the 2.07 Solaris binary
> > distribution it seems; presumably I can just steal it from the
> > source distribution ... ?
>
> No; you'll have to run autoconf to get configure for the binary
> distribution.
ok, found autoconf, ran that, changed the Makefile because it was set to
version=2.03 not 2.07, but then running gmake install gives
Configuring ghc, version 2.07, on sparc-sun-solaris2 ...
rm -f bin/sparc-sun-solaris2/ghc-2.07/ghc-2.07
Creating a configured version of ghc ..
Done.
Creating a configured version of stat2resid ..
Done.
Creating a configured version of hstags ..
Done.
Creating a configured version of mkdependHS ..
Done.
/bin/sh: syntax error at line 1: `;' unexpected
gmake: *** [config-pkgs] Error 2