From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ff684c4cfa661201,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-21 19:37:48 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: braver@pobox.com (Alexy Khrabrov) Newsgroups: comp.lang.ada Subject: GNAT in GCC 3.1 Date: 21 Jul 2002 19:37:48 -0700 Organization: http://groups.google.com/ Message-ID: <3915d531.0207211837.ff9c6bf@posting.google.com> NNTP-Posting-Host: 68.38.146.249 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1027305468 13599 127.0.0.1 (22 Jul 2002 02:37:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 22 Jul 2002 02:37:48 GMT Xref: archiver1.google.com comp.lang.ada:27293 Date: 2002-07-22T02:37:48+00:00 List-Id: GCC release 3.1 includes GNAT in its standard tarball. After doing ./configure; make bootstrap; make install, you get gnatbind in .../bin/ and gnat1 in .../gcc-lib/..., but compiling a sample program croaks: $ gcc -c hello.adb fatal error, run-time library not installed correctly cannot locate file system.ads compilation abandoned There is gcc/ada/ in the build directory, but no clear traces of it in gcc-lib. Is there some additional configuration one has to do to use gnat from the standard gcc 3.1 release? Cheers, Alexy