So far it's been running for about 4 hours. One thing to note is that I did not have the prerequisites and had to download them though contrib/download_prerequisites. Not sure if it adds to the compile time or not.
Machine specs listed below:
4 CPUs Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
uname -a
Linux <name> 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 13:49:55 PST 2018 x86_64 x86_64 x86_64 GNU/Linux
free -m
total used free shared buff/cache available
Mem: 11854 676 1040 8 10137
10821
Swap: 5119 0 5119
gmake -j
it took a few hours. On my Powerbook G4 it took a couple days. Having to compile additional things (GMP, ISL, etc) will certainly add to the compile time, but how much is uncertain. If you think GCC is slow to build, you should try GHC – Fox Feb 04 '18 at 21:20make -j 12
, building gcc took exactly 31 minutes. – xdavidliu Oct 12 '19 at 20:26