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 Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 27 May 2006 21:31:15 -0500 Date: Sat, 27 May 2006 22:24:16 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: trying to compile gnat References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-nSeqqMZj9iZ1QRXyEUI55Fsi6UY0mn0BvtgEkFYN+/0KFZboDa/NM/kNGNq5wrd3XFqTJJuPgeNWKGW!NnSg7AVH0viJCr8DaakUV2T0obmsqAHRVpiBzPuQW0vwZOzXl4YaEe0Lf+G2tmCMFRmC4Va+ej5N!a/s= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4557 Date: 2006-05-27T22:24:16-04:00 List-Id: Sch�le Daniel wrote: > Hello > > I am failing to compile gnat > the compilation goes fine but no gnatmake is generated > I was trying different gcc releases > > gcc-3.2.tar.bz2 > gcc-3.3.4.tar.bz2 > gcc-3.4.0.tar.bz2 > gcc-4.1.1.tar.bz2 > > tar xjf gcc-4.1.1.tar.bz2 > cd gcc-4.1.1 > ./configure --prefix=/myLocation --enable-languages=c,c++,ada > > You also got some other good advice...But here is some more 1) You appear to be configuring within the source directory. This is not the recommended way of doing the build 2) There may very well be language and/or target specific requirements you need to follow. Read the notes at gcc.gnu.org 3) Use something prebuilt What is your host os?