> Running make check stops in the Ada ACATS part, > where it doesn't find the newly created binaries > after a successful make bootstrap. (And after turning > the computer off, going to sleep, turning it on and > *not* again adding the different GNAT installation to > PATH that was used for bootstrapping.)
That's the issue. As for building GNAT, you do need the same environment to run make check-ada, meaning an existing Ada compiler in your PATH to support the infrastructure of make check (this compiler is not tested by make check-ada, only used by the infrastructure). Alternatively, doing a make install and having this new compiler in your PATH would also work fine. Arno