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: a07f3367d7,8cbb5d23e501c27a,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c3g2000yqd.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: Tricks Of The Trade: How To Compile Large Program On Two Very Different Compilers Date: Wed, 4 Nov 2009 11:32:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <39b50a6a-f8ac-403f-96ea-4e68d7f2915c@c3g2000yqd.googlegroups.com> References: 735301b9-3c20-4a4f-865b-a5859a4e2f99@f18g2000prf.googlegroups.com NNTP-Posting-Host: 86.66.190.148 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1257363140 8022 127.0.0.1 (4 Nov 2009 19:32:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Nov 2009 19:32:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c3g2000yqd.googlegroups.com; posting-host=86.66.190.148; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8975 Date: 2009-11-04T11:32:20-08:00 List-Id: On 4 nov, 20:27, ChristopherL wrote: > So, how can I combine all the files together into 1060 files and > compile them with both compilers. I.E.: Take the bundle of 10060 > files and compile them with compiler A, and do the same for > compiler B. > > What are the various tricks of the trade, and could you supply > small examples segnents of code to demonstrate. > > Thanks Please, tell : you first suggested that one subset is to be compiled with one compiler, and the remaining subset with another compiler, and the latter quote, suggest that all the set is be compiled with one compiler and then the same with another compiler. Which is the one to be applied : the first way or the second way ?