On Mon, 10 Mar 2025 at 09:09, Gwen Fu <gwen3293940...@gmail.com> wrote: > > Thank you! After replacing the outdated centOS operating system and compiling > for eight hours(That's carzy to me), I have successfully installed and built > gcc😂😂
Like it says at https://gcc.gnu.org/wiki/InstallingGCC "If your computer has multiple processors or cores you can speed it up by building in parallel using make -j 2 (or a higher number for more parallelism)." Use a faster computer or build with more parallelism.