comp.lang.ada
 help / color / mirror / Atom feed
From: Roger Mc <rogermcm2@gmail.com>
Subject: Re: Problem building GNAT CE 2021 on Mac Catalina
Date: Sat, 19 Jun 2021 00:29:38 -0700 (PDT)	[thread overview]
Message-ID: <6fa5b0b9-95a5-4c0d-81be-cd7f1b88bf81n@googlegroups.com> (raw)
In-Reply-To: <59bb71e4-b27c-40d0-830c-8090d6c49068n@googlegroups.com>

I don't know what happened but the problem has changed even when rebuilding from scratch (original tar balls).

In src/gcc/Makefile.in change "path to the system headers on the build machine" to:
BUILD_SYSTEM_HEADER_DIR = /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
then, from build directory:

../src/configure --enable-languages="c,ada" --with-gmp=/usr/local/Cellar/gmp/6.2.1 --with-mpfr=/usr/local/Cellar/mpfr/4.1.0 --with-mpc=/usr/local/Cellar/libmpc/1.1.0 --disable-nls
followed by make bootstrap produces:

checking whether /opt/GNAT/2021/obj/./gcc/xgcc -B/opt/GNAT/2021/obj/./gcc/ -B/usr/local/x86_64-apple-darwin19.6.0/bin/ -B/usr/local/x86_64-apple-darwin19.6.0/lib/ -isystem /usr/local/x86_64-apple-darwin19.6.0/include -isystem /usr/local/x86_64-apple-darwin19.6.0/sys-include   -fno-checking accepts -g... yes
checking for /opt/GNAT/2021/obj/./gcc/xgcc -B/opt/GNAT/2021/obj/./gcc/ -B/usr/local/x86_64-apple-darwin19.6.0/bin/ -B/usr/local/x86_64-apple-darwin19.6.0/lib/ -isystem /usr/local/x86_64-apple-darwin19.6.0/include -isystem /usr/local/x86_64-apple-darwin19.6.0/sys-include   -fno-checking option to accept ISO C89... unsupported
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/opt/GNAT/2021/obj/x86_64-apple-darwin19.6.0/libgcc':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
make[2]: *** [configure-stage1-target-libgcc] Error 1
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2

Relevant part of    obj/x86_64-apple-darwin19.6.0/libgcc/config.log:
configure:4140: /lib/cpp  conftest.c
/opt/GNAT/2021/src/libgcc/configure: line 1528: /lib/cpp: No such file or directory
configure:4140: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4170: error: in `/opt/GNAT/2021/obj/x86_64-apple-darwin19.6.0/libgcc':
configure:4172: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

Thanks for ongoing advice.


  reply	other threads:[~2021-06-19  7:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 11:34 Problem building GNAT CE 2021 on Mac Catalina Roger Mc
2021-06-17 16:49 ` Simon Wright
2021-06-18  8:01   ` Roger Mc
2021-06-18 12:18     ` Roger Mc
2021-06-19  7:29       ` Roger Mc [this message]
2021-06-20 10:20       ` Roger Mc
2021-06-20 11:21         ` Simon Wright
2021-06-20 11:57           ` Roger Mc
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox