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,1ceefa54d5df2c04 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!pd7cy1no!shaw.ca!pd7tw1no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 24.85.39.20 From: u_int32_t Subject: Re: no rule to make target gnatlib_and_tools User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-ID: Newsgroups: comp.lang.ada References: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> <1103482612.876159.251930@z14g2000cwz.googlegroups.com> X-coolness-factor: 100% MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Sun, 19 Dec 2004 19:50:54 GMT NNTP-Posting-Host: 64.59.144.75 X-Complaints-To: abuse@shaw.ca X-Trace: pd7tw1no 1103485854 64.59.144.75 (Sun, 19 Dec 2004 12:50:54 MST) NNTP-Posting-Date: Sun, 19 Dec 2004 12:50:54 MST Organization: Shaw Residential Internet Xref: g2news1.google.com comp.lang.ada:7082 Date: 2004-12-19T19:50:54+00:00 List-Id: On Sun, 19 Dec 2004 10:56:52 -0800, christov wrote: > That's very odd. It usually works fine for me on, say, RH 9.0. > > The top-level configure output is fairly short. It should say which > directories (targets) the build is configured for. It should also let > you know if it can not find the Ada-enabled gcc. GNAT 3.15p must be > before any other compiler in your PATH to use it. Since FSF gcc 3.3 > was deemed good enough to bootstrap later Ada compilers, the option to > have seperate Ada and C bootstrap compilers was removed. > > You can also look in /extra/src/build/gcc for gnat1 and gnatbind after > the bootstrap. If you can't find those then the build never made an > Ada compiler. Gcc will *always* make a C compiler because that is > needed during the bootstrap process. I usually explicitly configure C > anyway just as a reminder. > > Thinking about your symptoms, the most likely thing is that configure > is not finding the installed GNAT before some other C compiler that > doesn't know about Ada. In fact, I do have gnat installed, the "problem" is that it is prefixed with gnat*. I suppose I could try aliasing gcc=gnatgcc or something like that as that obviously would have the C compiler built in. Thanks