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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:6bcd:: with SMTP id v196mr4291551itc.96.1553400356391; Sat, 23 Mar 2019 21:05:56 -0700 (PDT) X-Received: by 2002:a05:6830:14d8:: with SMTP id t24mr13076895otq.303.1553400356123; Sat, 23 Mar 2019 21:05:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w126no384737ita.0!news-out.google.com!l81ni422itl.0!nntp.google.com!78no386213itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 23 Mar 2019 21:05:55 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <60aae66f-1a85-4d49-a618-94cc47e31810@googlegroups.com> Subject: GPRBuild / RTS question From: alby.gamper@gmail.com Injection-Date: Sun, 24 Mar 2019 04:05:56 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55945 Date: 2019-03-23T21:05:55-07:00 List-Id: Dear Ada Community If developing a custom RTS (for example one that conforms/passes the Micros= oft Windows Store API compatibility tests) and this library is by default then installed into /lib/gcc/x86_64-w64-mingw32/8.3.0/RTS-, which i= s where GPRBuild expects to find the custom RTS. Is it usual/common practice to install any dependant libraries to also be installed within/underneath =E2=80=A6/8.3.0/RTS-. Rather than the defa= ult /lib for libraries not using a specific RTS ?? Alex