> > Yes, I would not expect the program named "gcc" to work to compile .ada > files. However, I believe one normally uses the program named "gnat" to > compile .ada files, and that should continue to work. > The gcc build itself uses 'gcc -gnatpg -gnata *.adb' to compile ada itself. > > > The program named "gcc" is a generic driver which normally works for all > configured languages. However, each language (except for Objective C) > also has its own driver program, and those driver programs should always > work regardless of whether the program named "gcc" works. See also the > -x option. > So I will need to hack the driver gcc to enable ada support, right. Thanks for taking the time to respond to my questions. kevin