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,FREEMAIL_FROM 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-10-28 06:48:06 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s53.POSTED!not-for-mail From: "Steve" 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> 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: 12.211.58.135 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1067352485 12.211.58.135 (Tue, 28 Oct 2003 14:48:05 GMT) NNTP-Posting-Date: Tue, 28 Oct 2003 14:48:05 GMT Organization: Comcast Online Date: Tue, 28 Oct 2003 14:48:05 GMT Xref: archiver1.google.com comp.lang.ada:1776 Date: 2003-10-28T14:48:05+00:00 List-Id: "Adrian Hoe" wrote in message news:3f9ded55$1_2@news.tm.net.my... > Adrian Hoe wrote: [snip] > With the command below: > > % ../configure --enable-languages=c,ada > > and I get: > ... > checking for compiler driver that understands Ada... (cached) no > ... > > After the configure, I checked Make-lang and Ada is not in there. > > Can someone tell me what's going wrong here? > Did you follow the instructions at http://gcc.gnu.org/install/build.html For "Building the Ada compiler" I haven't done this myself, but the question comes up frequently on the gcc mailing list. After reading this page and following the instructions most are successful. Steve (The Duck) > I have gcc 2.95.3 and gnat 3.15p installed on Sun Blade 150/Solaris 9. > -- > Adrian Hoe > m a i l b o x AT a d r i a n h o e . c o m >