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,f701425bdb1c198e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail From: =?UTF-8?B?U2Now7xsZSBEYW5pZWw=?= Newsgroups: comp.lang.ada Subject: Re: trying to compile gnat Date: Sat, 27 May 2006 22:57:54 +0200 Organization: University of Karlsruhe, Germany Message-ID: References: <87k687h62k.fsf@ludovic-brenta.org> NNTP-Posting-Host: rzstud4.stud.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news2.rz.uni-karlsruhe.de 1148763474 20096 193.196.41.40 (27 May 2006 20:57:54 GMT) X-Complaints-To: usenet@rz.uni-karlsruhe.de NNTP-Posting-Date: Sat, 27 May 2006 20:57:54 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.0.1) Gecko/20060126 SeaMonkey/1.0 In-Reply-To: <87k687h62k.fsf@ludovic-brenta.org> Xref: g2news2.google.com comp.lang.ada:4554 Date: 2006-05-27T22:57:54+02:00 List-Id: [...] >> gcc-4.1.1 >> gcc-ada-4.1.1.tar.bz2 >> gcc-core-4.1.1.tar.bz2 >> gcc-g++-4.1.1.tar.bz2 >> gcc-testsuite-4.1.1.tar.bz2 >> >> cd gcc-4.1.1 >> ./configure --prefix=/myLocation --enable-languages=c,c++,ada >> >> I am somewhat confused, gcc and g++ are genereated and >> I can compile with them, so what's wrong with ada? >> >> Regards, Daniel > > Do you have a previous version of GNAT installed? Since GNAT is > written in Ada, you need an Ada compiler to bootstrap it. no, I don't have GNAT installed, so I guess I am experiencing egg chicken problem. Is there no C written version of Ada compiler? > > What "make" command do you use, after the configure? It should be > "make bootstrap" or "make bootstrap-lean". make bootstrap > > The GNAT tools (gnatmake etc) should then normally appear in the gcc > subdirectory. no gnatmake on my system > More details here: http://ada.krischik.com/ thx, I will look for solutions Regards, Daniel