https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116147
--- Comment #13 from David Dudley <dldudley at gmail dot com> --- Little more basic information (and where all this is leading, I think)... Using the installed gnat-12.2.0 compiler, I can compile things and generate operable programs (wrote the little famous "hello work" example). Using the newly installed compiler, is not functional. Do I need to configure the installation after doing "make install?" --------------------------------------------------------------- dudleyd@Monster:~/Dropbox/Ada/tutorial$ gnat --version GNAT 15.0.0 20240723 (experimental) Copyright (C) 1996-2024, Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dudleyd@Monster:~/Dropbox/Ada/tutorial$ gnat compile --version GNAT 15.0.0 20240723 (experimental) Copyright (C) 1996-2024, Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dudleyd@Monster:~/Dropbox/Ada/tutorial$ gnatmake -f -u -c greet.adb gcc -c greet.adb gcc: error: greet.adb: Ada compiler not installed on this system gnatmake: "greet.adb" compilation error dudleyd@Monster:~/Dropbox/Ada/tutorial$ gnat compile greet.adb gcc -c greet.adb gcc: error: greet.adb: Ada compiler not installed on this system gnatmake: "greet.adb" compilation error dudleyd@Monster:~/Dropbox/Ada/tutorial$ --------------------------------------------------------------- Do I have to configure the compile to generate the compiler???? David