GCC Compile Issue
tldr: recompiling GCC to enable objc gives seg faults but not when I recompiled with -j1. 6h memtest was ok.
I needed to recompile GCC to enable objc to and the GCC compile was failing getting segfaults so I reduced it to -j4 then another seg fault but then it finished with -j1. I monitored temps during the initial and -j4 runs and was only hitting 78°C on the processor, much less on -j1 though. I ran a memory test when I first built the box off of the liveUSB for only 6 hours since I was impatient but it didn't have any faults. I'm at work today and plan to run an overnight/24 hour memtest but does anyone have any ideas why it would work with -j1 and not -j4 or default which is -j16 I think for the 8c/16threads cpu?
I'm getting back into a homelab/gentoo setup, 20+ years ago I ran a Gentoo box and decided to get back into it when I had some older hardware (5800x +32gb DDR4 + motherboard) laying around. But I'm incredibly rusty and havn't done much with linux or even more so command line linux setups for 20+ years. My brothers who work in IT professionally have informed me that using apache to host a small web server is a very outdated way of doing things, man I feel old sometimes!