Sergey, I'm afraid I can't help you with your main problem.  None
of the (pre-crash) diagnostics looked too bad to me.  But until
someone competent turns up, here's my best stab at some of your others:

> I placed  2  in  .....build.mk       - is this right?

I suspect it doesn't actually matter, but yes, I this this is OK.

> It also contains    mkdependHS_1_2 = mkdependHS-1.2 

> But where is defined  mkdependHS-1.2  ?

It should come with the ghc-0.29 distribution, though it'll simply
be called "mkdependHS", most likely.

> Many lines contain   @..@  values.  Say,

These variables will all be instantiated by "configure", which in turn
gets them either from command line arguments, or makes 'em up as it goes
along.  The options and defaults are given by "configure --help".

I found the only one I needed to set was:

> prefix      = @prefix@

Good luck,
Alex.

Reply via email to