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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef3ff2cf59eff560 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Help with Gnat Cross-compile Date: 1998/04/17 Message-ID: #1/1 X-Deja-AN: 345013946 References: <6gtil3$jdi$1@hirame.wwa.com> <6h57uk$d2s@bgtnsc02.worldnet.att.net> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 892815615 22926 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-04-17T00:00:00+00:00 List-Id: Ara said <> This is completely incorrect advice if you are using Ada 95. Things are FAR simpler and FAR more portable in Ada 95, and indeed most of what you need and want is right there in annex B in the RM. There is no need to investigate mysterious system dependent "mangling" what ever that might be! Indeed the advice as given in section 2 above is not even correct for Ada 83, since it ignores elaboration issues, which often proved extremely difficult to solve in Ada 83. Again in Ada 95, you can look in the RM to find out how to handle the elaboration problem.