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,8cbb5d23e501c27a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news2.google.com!npeer01.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: Tricks Of The Trade: How To Compile Large Program On Two Very Different Compilers References: <39b50a6a-f8ac-403f-96ea-4e68d7f2915c@c3g2000yqd.googlegroups.com> From: Stephen Leake Date: Thu, 05 Nov 2009 05:26:32 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:tBPw5dUzKkxZU7k+XdSEBDj8+t8= MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: d36f04af2a83ce197caa723658 Xref: g2news2.google.com comp.lang.ada:8992 Date: 2009-11-05T05:26:32-05:00 List-Id: "Hibou57 (Yannick Duch�ne)" writes: > 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. This is compiler dependent. You need to read the compiler documentation; it will tell you how to specify what files to compile. In general, keeping the two different sets of 30 files in separate directories will help. -- -- Stephe