Re: make error when builing gcc

2025-03-10 Thread Jonathan Wakely via Gcc
On Mon, 10 Mar 2025 at 09:09, Gwen Fu 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 mult

Re: make error when builing gcc

2025-03-10 Thread Gwen Fu via Gcc
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😂😂 Jonathan Wakely 于 2025年3月8日周六 下午5:25写道: > > > On Sat, 8 Mar 2025, 08:43 LIU Hao via Gcc, wrote: > >> 在 2025-3-8 15:20, Gwen Fu 写道: >>

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 08:43 LIU Hao via Gcc, wrote: > 在 2025-3-8 15:20, Gwen Fu 写道: > > OS : CentOS7 > > The official documentation doesn't mention any installation requirement > about lib{isl , zstd} . > > [please reply to all.] > But not on this list, it belongs on gcc-help > They are mention

Re: make error when builing gcc

2025-03-08 Thread LIU Hao via Gcc
在 2025-3-8 15:20, Gwen Fu 写道: OS : CentOS7 The official documentation doesn't mention any installation requirement about lib{isl , zstd} . [please reply to all.] They are mentioned, but are optional: https://gcc.gnu.org/install/prerequisites.html And I run "../gcc/configure  --enable-lang

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
Also please use the gcc-help list for questions like this. On Sat, 8 Mar 2025, 08:24 Jonathan Wakely, wrote: > > > On Sat, 8 Mar 2025, 06:34 Gwen Fu via Gcc, wrote: > >> After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 >> --enable-languages=c,c++,fortran --disable-multilib , I exe

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 06:34 Gwen Fu via Gcc, wrote: > After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 > --enable-languages=c,c++,fortran --disable-multilib , I executed "make -j > 2" . However , error occurred ! > I assume you copied this from https://GCC.gnu.org/wiki/InstallingGCC

Re: make error when builing gcc

2025-03-08 Thread Jonathan Wakely via Gcc
On Sat, 8 Mar 2025, 06:55 LIU Hao via Gcc, wrote: > 在 2025-3-8 14:33, Gwen Fu via Gcc 写道: > > After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 > > --enable-languages=c,c++,fortran --disable-multilib , I executed "make -j > > 2" . However , error occurred ! > > > > What system are you

Re: make error when builing gcc

2025-03-07 Thread LIU Hao via Gcc
在 2025-3-8 14:33, Gwen Fu via Gcc 写道: After I finished ../gcc/configure --prefix=$HOME/GCC-4.6.2 --enable-languages=c,c++,fortran --disable-multilib , I executed "make -j 2" . However , error occurred ! What system are you using? You should not specify `--prefix` unless you know what it doe