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-Thread: 103376,cf2d85123ac7ec7c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.banetele.no!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.bahnhof.se!195.197.54.117.MISMATCH!feeder1.news.jippii.net!reader1.news.jippii.net!53ab2750!not-for-mail From: Tapio Kelloniemi Subject: Re: Building GNAT with GCC 3.4.3 References: <1110220047.917967.275540@z14g2000cwz.googlegroups.com> Newsgroups: comp.lang.ada Message-ID: Date: Mon, 07 Mar 2005 18:50:29 GMT NNTP-Posting-Host: 217.30.176.187 X-Complaints-To: newsmaster@saunalahti.com X-Trace: reader1.news.jippii.net 1110221429 217.30.176.187 (Mon, 07 Mar 2005 20:50:29 EET) NNTP-Posting-Date: Mon, 07 Mar 2005 20:50:29 EET Organization: Saunalahti Customer Xref: g2news1.google.com comp.lang.ada:8822 Date: 2005-03-07T18:50:29+00:00 List-Id: "braver" wrote:: >: Try the gcc/gcc directory. By the way, this >: target has been removed in >: gcc from CVS. > >Alas, there's no target with the word gnat or ada in any of the >Makefile's in the resulting build directory! Trying to compile an Ada >file after make install says that Ada compiler is not installed on this >system. I got the full GCC 3.4.3 release, then unpacked Ada over it >just it case -- seems the same gcc/ada source subdirectory. Hmm... BLFS book (http://www.linuxfromscratch.org/blfs) recommends for gcc-3.4.1 the following commands to build GNAT: make -C gcc gnatlib-shared make -C gcc gnattools Anyway gnat 3.13p might be a problem, try 3.1[45]p instead. For me 3.15p failed with gcc 3.3. Also make sure that gcc finds you gnat installation (I don't know how). Perhaps using the gnat gcc to build the whole new compiler could solve the problem. -- Tapio