Error encountered during compilation due to virtual memory issues.
Error encountered during compilation due to virtual memory issues.
I'm attempting to compile Bash 5.2.32 and I keep getting the following error when running make install tparam.c: In function ‘memory_out’: tparam.c:67:3: error: implicit declaration of function ‘write’ [-Wimplicit-function-declaration] 67 | write (2, "virtual memory exhausted\n", 25); | ^~~~~ make[1]: *** [Makefile:56: tparam.o] Error 1 make[1]: Leaving directory '/home/jace/Downloads/bash-5.2.32/lib/termcap' make: *** [Makefile:702: lib/termcap/libtermcap.a] Error 1 Researching this is telling me that my system is running out of RAM during compiling/instillation. However my system has 23.4 gigs of RAM and an 8 gig swap. I'm watching RAM utilization during compiling and it never breaks above 4 gigs. Thoughts?