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: a07f3367d7,bdd28e549efabbdb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j4g2000yqe.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Re: Using gprbuild with GCC 4.4.2? Date: Thu, 31 Dec 2009 18:26:57 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5f9fc464-8bb7-4336-a3a9-387cc650b326@j5g2000yqm.googlegroups.com> NNTP-Posting-Host: 76.126.186.109 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1262312817 3297 127.0.0.1 (1 Jan 2010 02:26:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Jan 2010 02:26:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j4g2000yqe.googlegroups.com; posting-host=76.126.186.109; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8569 Date: 2009-12-31T18:26:57-08:00 List-Id: On Dec 31, 5:26=A0pm, Hibou57 (Yannick Duch=EAne) wrote: > On 1 jan, 00:02, Michael R wrote: > > > Hi Folks, > > > I've been using GNAT from GCC 4.4.2 for a while (tend to like to > > rebuild my compiler). =A0I decided recently to explore the functionalit= y > > of AWS from Ada Core however it uses "gprbuild" to build which is not > > included in the standard GCC release. =A0Is it possible to simply grab > > it from the source release from Ada Core and "plug it into" a GCC > > 4.4.2 build? =A0Has anyone tried this? > > > Take care, > > Michael. > > Although Ludovic already gave you a good answer, I just wanted to > say : What about GnatMake ? Thank you folks. I'll try plugging in gprbuild. gnatmake is good but I just was to build and use AWS, not rework their build system. Take care, Michael.