On Tue, 13 Oct 2020 02:10:04 -0400
Jude DaShiell <jdash...@panix.com> wrote:

> x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated
> program cc1plus compilation terminated.

These two lines stongly suggest that you ran out of memory while
compilation. You could try to build it with only one job (-j1),
currently you are using -j2.
Another option would be to buy more RAM ;)
And last but not least, you could increase your swap memory, but be
prepared that your system becomes unresponsive and compilation will
probably take forever.

Cheers
Andreas

Reply via email to