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,b70281e9df653875 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-01 06:22:08 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s03.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: <3f8fff8b$1_1@news.tm.net.my> <3f98ec41_1@news.tm.net.my> <3f9ded55$1_2@news.tm.net.my> <3f9e8c01$1_2@news.tm.net.my> <_MDnb.37361$mZ5.190069@attbi_s54> <3fa348e4$1_1@news.tm.net.my> Subject: Re: gcc/gnat 3.3 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 24.34.215.119 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1067696527 24.34.215.119 (Sat, 01 Nov 2003 14:22:07 GMT) NNTP-Posting-Date: Sat, 01 Nov 2003 14:22:07 GMT Organization: Comcast Online Date: Sat, 01 Nov 2003 14:22:07 GMT Xref: archiver1.google.com comp.lang.ada:1900 Date: 2003-11-01T14:22:07+00:00 List-Id: "Adrian Hoe" wrote in message news:3fa348e4$1_1@news.tm.net.my... > Jeff C, wrote: > > Do you suggest to bootstrap gnat only? > > Anyhow, I'm still unable to bootstrap gnat. The configure does not > create the "ada" directory in directory. > > Here's the which results: > > %which gcc > /opt/sfw/bin/gcc > > %which gnatmake > /opt/sfw/bin/gnat/gnatmake > I am not suggested to bootrap GNAT only. I AM suggesting that the bootstrap should only be done with your existing GNAT gcc and not a mix of a C only gcc and a GNAT gcc. Remove /opt/sfw/bin from your path so that when you type which gcc You get /opt/sfw/bin/gnat/gcc It looks to me like configure is finding a gcc that does not know how to compile Ada. There are ways of using one gcc for bootrapping the Ada part and one for the C part but there probably is not good reason for that in most cases.