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-7-bit Path: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Using gprbuild with GCC 4.4.2? References: <5f9fc464-8bb7-4336-a3a9-387cc650b326@j5g2000yqm.googlegroups.com> <431fe658-d483-4101-8e7b-3450614d8bf0@v25g2000yqk.googlegroups.com> From: Stephen Leake Date: Fri, 01 Jan 2010 05:47:15 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:4Ui3Oi2iGW47xpl/1JeHZHdHyR8= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 4cb414b3dd2d8e197caa722112 Xref: g2news1.google.com comp.lang.ada:8570 Date: 2010-01-01T05:47:15-05:00 List-Id: Ludovic Brenta writes: > Michael R wrote on comp.lang.ada: >> I've been using GNAT from GCC 4.4.2 for a while (tend to like to >> rebuild my compiler). I decided recently to explore the functionality >> of AWS from Ada Core however it uses "gprbuild" to build which is not >> included in the standard GCC release. Is it possible to simply grab >> it from the source release from Ada Core and "plug it into" a GCC >> 4.4.2 build? Has anyone tried this? > > That's how I build AWS for Debian using GCC 4.4.2; see the package in > unstable. > > http://www.debian.org > http://packages.debian.org/source/sid/libaws Also note that I'm working on packaging gprbuild for Debian. It's currently working; just needs some polishing to include the docs and examples. You can check it out from the Ada France monotone server at www.ada-france.org, branch org.debian.gprbuild. -- -- Stephe