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,31c0457c1c47fc2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-20 04:35:29 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!dispose.news.demon.net!demon!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail Sender: mjw@golux Newsgroups: comp.lang.ada Subject: Re: Have you ever had a bug caused by... References: <27085883.0110191714.784d3d25@posting.google.com> <3BD0DD8D.E05F85BC@worldnet.att.net> <9qrfc30rvj@drn.newsguy.com> <9qrmjb$pft$1@wanadoo.fr> From: Matthew Woodcraft Message-ID: <87k7xqa6qz.fsf@chiark.greenend.org.uk> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: 20 Oct 2001 12:30:28 +0100 NNTP-Posting-Host: 213.107.104.73 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1003577407 213.107.104.73 (Sat, 20 Oct 2001 12:30:07 BST) NNTP-Posting-Date: Sat, 20 Oct 2001 12:30:07 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:14962 Date: 2001-10-20T12:30:28+01:00 List-Id: "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-