This is the mail archive of the gcc@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: ADA in gcc 3.1


You need first to install a working GNAT on your system and then to
configure with --enable-languages=c,ada in order to build the Ada
compiler. After make boostrap, and before install, you need to run

cd gcc && make gnat_lib_and_tools

to build the Ada RTS.

-- 
Laurent Guerby <guerby@acm.org>


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