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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,11414a19b0e4a97a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!newsfeed.straub-nv.de!news.swapon.de!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Advice on selling Ada to a C shop Date: Sat, 21 Aug 2010 05:53:58 +0200 Organization: Ada At Home Message-ID: References: <101bf8f3-b823-45ee-9afd-40cbafb4b7a9@t26g2000prt.googlegroups.com> <4c1e0d26$0$2393$4d3efbfe@news.sover.net> <82d3va2psl.fsf@stephe-leake.org> NNTP-Posting-Host: g0udLBu+z3EONSynljyhsA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.61 (Win32) Xref: g2news1.google.com comp.lang.ada:13559 Date: 2010-08-21T05:53:58+02:00 List-Id: Le Tue, 29 Jun 2010 10:42:18 +0200, Stephen Leake = a =C3=A9crit: > Yes, that's a non-starter. > > Be sure to mention GNAT's -fdump-ada-spec, which generates Ada package= > specs from C code. That makes it _much_ easier to import C correctly. Is it a standard GCC option or does it requires a patched GCC ? I have = built GCC and GNAT for a cross compiler some time ago, and do not rememb= er = there was such an option in the configuration choices. This may suggest = = =E2=80=9Cstandard option=E2=80=9D, but on the other hand, I cannot suppo= se this is a = standard GCC option as it is Ada related and GNAT specific. Thanks to have mentioned this.