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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cb0c0deb57c863d X-Google-Attributes: gid103376,public Path: g2news1.google.com!postnews1.google.com!not-for-mail From: ludovic.brenta@insalien.org (Ludovic Brenta) Newsgroups: comp.lang.ada Subject: Re: PolyORB 1.1r Date: 9 Jun 2004 04:46:51 -0700 Organization: http://groups.google.com Message-ID: <214d6b7.0406090346.5451160f@posting.google.com> References: <873c55afr0.fsf@insalien.org> <87y8mx8g4p.fsf@insalien.org> <4030244.7zxZUnUYGM@linux1.krischik.com> NNTP-Posting-Host: 212.190.145.10 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1086781611 23523 127.0.0.1 (9 Jun 2004 11:46:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 9 Jun 2004 11:46:51 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:1298 Date: 2004-06-09T04:46:51-07:00 List-Id: Martin Krischik wrote: > Ludovic Brenta wrote: > > Why does PolyORB require GCC 3.4? Does it use Ada 2005 features? If > > it's just because of pragma Unreferenced, it is trivial to patch it to > > compile with 3.15p. > > The problem I found with Florist, Glade and ASIS is that most ACT Tools > compile with -gnatg which implies -gnatwa, -gnatwe and-gnaty. > > A fix is easy but time consuming. I do not understand what the problem is. All three packages build just fine on Debian with 3.15p. By checking the buildd logs, I have gathered the flags used: ASIS static lib: -g -O2 -gnatg -gnatwu -gnatwe -gnato -gnatn -gnatVa ASIS shared lib: -O2 -fPIC -gnatg -gnatwu -gnatwe -gnato -gnatn -gnatVa ASIS tools: -gnaty -gnatg -gnatwu -gnatwe -gnato -gnatn -gnatVa Florist static: -g -O2 -gnatpg Florist shared: -O2 -fPIC -gnatpg Glade: -gnatpg -O2 -gnatpn -gnatwu -gnatwe Are you trying to say that GCC 3.4 does not support some of these flags? -- Ludovic Brenta.