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: 103376,4a64008f049d9bb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 X-Received: by 10.180.75.137 with SMTP id c9mr1921594wiw.0.1366737783949; Tue, 23 Apr 2013 10:23:03 -0700 (PDT) Path: hg5ni17586wib.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Specifying an `--RTS` option in a GPR file, for a runtime library Date: Tue, 23 Apr 2013 19:22:55 +0200 Organization: Ada @ Home Message-ID: References: NNTP-Posting-Host: MElZi/LkXjdV3cIyylAczw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.15 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2013-04-23T19:22:55+02:00 List-Id: Le Tue, 23 Apr 2013 03:26:58 +0200, Yannick Duch=C3=AAne (Hibou57) = a =C3=A9crit: > Last but not least, the `--RTS=3D=E2=80=A6` option, has to be given in= the Binder = > package, not the Builder package. And to the Compiler package too, and so, for both the runtime project an= d = the projects using this runtime. If you forgot it (like I did) and only = = give `--RTS` to the Binder, you will face strange behaviours: runtime = seeming always out of date, hard to track use of some of the default = runtime sources files in your custom runtime, or addition/removal of the= = `-nostdinc` making the compilation either fails or succeed (if it fails = = with `-nostdinc`, this clearly indicates your forget to give `--RTS` to = = the Compiler). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity