This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: installed directory important (--prefix=)


>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]