Failure During Building

2023-02-17 Thread -xlan- via Gcc
I was building gcc version 4.9.1 on Mac OS version when I got this error: In file included from ../../gcc-4.9.1/gcc/c/c-objc-common.c:33: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/new:93: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/inc

Re: Failure During Building

2023-02-18 Thread -xlan- via Gcc
cp ../../gcc-12.2.0/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \ fi; \ chmod a+r ${fix_dir}/syslimits.h; \ done; \ fi The directory that should contain system headers does not exist: /usr/include make[1]: *** [stmp-fixinc] Error 1 make: *** [all-gc

Re: Failure During Building

2023-02-20 Thread -xlan- via Gcc
Hi, I have the SDK installed but I don't understand how to use the --with-sysroot command. Is the flag supposed to be with my make all-gcc command, please elaborate. On Sat, Feb 18, 2023 at 3:49 PM Iain Sandoe wrote: > Hi > > > On 18 Feb 2023, at 20:28, -xlan- wrote: > > > > I tried compiling ve

Re: Failure During Building

2023-02-20 Thread -xlan- via Gcc
Thanks, I'll check it out. On Sun, Feb 19, 2023 at 8:48 AM Iain Sandoe wrote: > > > > On 19 Feb 2023, at 16:27, -xlan- wrote: > > > > Hi, I have the SDK installed but I don't understand how to use the > --with-sysroot command. Is the flag supposed to be with my make all-gcc > command, please el