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=0.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,31c0457c1c47fc2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-20 06:08:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.251.151.101!opentransit.net!wanadoo.fr!not-for-mail From: "Bertrand Augereau" Newsgroups: comp.lang.ada Subject: Re: Have you ever had a bug caused by... Date: Sat, 20 Oct 2001 15:09:41 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <9qrsvq$75b$1@wanadoo.fr> References: <27085883.0110191714.784d3d25@posting.google.com> <3BD0DD8D.E05F85BC@worldnet.att.net> <9qrfc30rvj@drn.newsguy.com> <9qrmjb$pft$1@wanadoo.fr> <87k7xqa6qz.fsf@chiark.greenend.org.uk> Reply-To: "Bertrand Augereau" NNTP-Posting-Host: afontenayssb-103-1-3-196.abo.wanadoo.fr X-Trace: wanadoo.fr 1003583290 7339 217.128.201.196 (20 Oct 2001 13:08:10 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 20 Oct 2001 13:08:10 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:14968 Date: 2001-10-20T13:08:10+00:00 List-Id: Agreed. "Matthew Woodcraft" a �crit dans le message news: 87k7xqa6qz.fsf@chiark.greenend.org.uk... > "Bertrand Augereau" writes: > > > I think gnatmake is compiler specific, so you can say that running the gnu > > preprocessor with flag -M would generate a Makefile for a set of C or C++ > > sources, which is almost equivalent. > > gnatmake is compiler specific, but the requirement to refuse to build > an executable from inconsistent parts is part of the language. > > -M-