
29 Sep
2003
29 Sep
'03
10:54 a.m.
Bernd Brassel
I encountered a problem with installing hat with nhc98: The heap was not big enuogh to compile PreludeBasic and make aborted consequently. When I increased the heap with -M200M the compilation worked.
Interesting. For building the Hat libraries with nhc98, the Makefile already sets the resource limits quite high at 64Mb of heap and 12Mb of stack. This seems to be sufficient on our machines, but I'll happily increase the numbers if this is a common problem. Regards, Malcolm