Hello,

on gcc14, I cannot currently bootstap Ada with

tkoenig@gcc14:~/wextra$ ../trunk/configure --with-mpfr=/opt/cfarm/mpfr-2.4.1/ --with-mpc=/opt/cfarm/mpc-0.8/ --with-gmp=/opt/cfarm/gmp-4.3.2 --with-ppl=$HOME --with-cloog=$HOME --enable-languages=all,ada --prefix=$HOME && make -j4 && make install
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... buggy but acceptable
checking for the correct version of mpc.h... buggy but acceptable
checking for the correct version of the gmp/mpfr/mpc libraries... yes
-g -O2 -I/opt/cfarm/gmp-4.3.2/include -I/opt/cfarm/mpfr-2.4.1//include -I/opt/cfarm/mpc-0.8//include
checking for version 0.10 of ISL... no
configure: error: GNAT is required to build ada

Is this a gcc error, or is there a problem with the toolchains on gcc14?
gnat is there:

tkoenig@gcc14:~/wextra$ which gnat
/usr/bin/gnat
tkoenig@gcc14:~/wextra$ gnat
GNAT 4.3.2
Copyright 1996-2007, Free Software Foundation, Inc.

List of available commands

gnat bind               gnatbind
gnat chop               gnatchop
gnat clean              gnatclean
gnat compile            gnatmake -f -u -c
gnat check              gnatcheck
gnat elim               gnatelim
gnat find               gnatfind
gnat krunch             gnatkr
gnat link               gnatlink
gnat list               gnatls
gnat make               gnatmake
gnat metric             gnatmetric
gnat name               gnatname
gnat preprocess         gnatprep
gnat pretty             gnatpp
gnat stack              gnatstack
gnat stub               gnatstub
gnat xref               gnatxref

Commands find, list, metric, pretty, stack, stub and xref accept project file switches -vPx, -Pprj and -Xnam=val

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to