
Hello! I am trying to compile GHC 6 on an Atlhon 1700+ running Red Hat 9 and using GHC 6, installed from the .rpm that is available in the GHC web page... After compiling for a long time I get this message: xargs: /usr/bin/ar: terminated by signal 9 make[2]: *** [libHSbase.a] Error 125 make[2]: *** Deleting file `libHSbase.a' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/dubois/BUILDS/ghc6/libraries' make: *** [build] Error 1 Do you know what is wrong here? Thanks for any help.. Cheers, Andre.

In local.glasgow-haskell-users, you wrote:
I am trying to compile GHC 6 on an Atlhon 1700+ running Red Hat 9 and using GHC 6, installed from the .rpm that is available in the GHC web page... After compiling for a long time I get this message:
xargs: /usr/bin/ar: terminated by signal 9
Signal 9 is SIGKILL, so your process got forcefully terminated. Usually this means you either exceeded soft limits (use e.g. 'ulimit' to find out or ask your admin) or maybe did use more memory (including swap) than was available. Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine

Hi. I had the same problem and I solved it by turning of object-file splitting by setting SplitObjs = NO in mk/build.mk. Good luck, Calle On Tue, 2003-07-01 at 15:00, Andre Rauber Du Bois wrote:
Hello!
I am trying to compile GHC 6 on an Atlhon 1700+ running Red Hat 9 and using GHC 6, installed from the .rpm that is available in the GHC web page... After compiling for a long time I get this message:
xargs: /usr/bin/ar: terminated by signal 9 make[2]: *** [libHSbase.a] Error 125 make[2]: *** Deleting file `libHSbase.a' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/dubois/BUILDS/ghc6/libraries' make: *** [build] Error 1
Do you know what is wrong here?
Thanks for any help..
Cheers, Andre.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (3)
-
Andre Rauber Du Bois
-
Calle Lejdfors
-
Volker Stolz