Simon Peyton-Jones wrote:
> Send us details about how to get access to your CVS archive,
> plus instructions on how to build it, and we'll set it up.
Well you can read
http://www.informatik.uni-bremen.de/~ger/cvs/CVS.html
but (touch wood) the following should work
(bash is assumed)
(1) export CVSROOT=:pserver:[EMAIL PROTECTED]:/repository
(2) cvs login
and type "cvsread" when it asks for a password.
(3) cvs checkout uni
(4) cd uni
(5) you need to manually edit (sorry, I'm just about to work on
the configuration business, honest . . .) the file mk/machinedep.mk
to set the variables HCHOME (where is GHC) and SOCKETLIB (depends on
Linux/Solaris); see comments in file.
(6) ./CONFIG
(If it produces warnings about not being able to find Wish etcetera,
that means you won't be able to run the programs until it can, but you
should be able to compile them.)
(7) gmake depend
(8) gmake clean
If you're freshing the sources:
(1) cd uni
(2) cvs update -Pd
(3) ./CONFIG
(4) gmake depend
(5) gmake
should work.
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs