Hi,


I have some problems using the -H switch with GHC-4.02:

~ > ghc -c -fvia-C -syslib exts -H45M Types.hs
GHC's heap exhausted;
while trying to allocate 0 bytes in a 67108864-byte heap;
use the -H<size>' option to increase the total heap size.
gmake: *** [Types.o] Error 1

~ > ghc -c -fvia-C -syslib exts -H80M Types.hs
hsc: fatal error: Suggested heap size (-H<size>) is larger
                  than max. heap size (-M<size>)
 

Is it possible to allow ghc more heap usage than 67108864-byte?

I was using the binary distribution of ghc-4.02 for linux.


Thanks,                                                          

Jan

 ___
'---|--------------------------------------------------------------
    |  __,   _  _      EMail: [EMAIL PROTECTED]
    | /  |  / |/ |     WWWeb: http://www.uni-passau.de/~laitenbe/
    |/\_/|_/  |  |_/
   /| Laitenberger     
--(-|--------------------------------------------------------------
   \|

Reply via email to