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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,df7cea30536a085f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!h21g2000pre.googlegroups.com!not-for-mail From: Vincent Newsgroups: comp.lang.ada Subject: Re: Controlling the linking of shared libraries Date: Fri, 29 Jul 2011 15:47:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5a74b911-b671-4ece-8f7d-2a1ad0b297bb@h21g2000pre.googlegroups.com> References: <98r7sbFs66U1@mid.individual.net> <992cqbFm9mU1@mid.individual.net> <82pqkyio0s.fsf@stephe-leake.org> <997bk5Fnp3U2@mid.individual.net> <821uxaiu7v.fsf@stephe-leake.org> NNTP-Posting-Host: 70.78.165.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1311979625 20770 127.0.0.1 (29 Jul 2011 22:47:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Jul 2011 22:47:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h21g2000pre.googlegroups.com; posting-host=70.78.165.94; posting-account=XHo7VAoAAAB1JyNIfjfwRtudGRuTxr85 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20421 Date: 2011-07-29T15:47:05-07:00 List-Id: On Jul 28, 3:18=A0am, Stephen Leake wrote: > Bj=F6rn Persson writes: > > Stephen Leake wrote: > > >> Bj=F6rn Persson writes: > > >>> According to the manual > > >> That same manual (assuming it is the gprbuild manual) has a section > >> "command line", which says -largs will do what you want. > > > It seems Gnatmake and GPRbuild haven't read the manual then. > > :) The manual has been updated: * -largs The arguments that follow up to the next command line separator are options for the linker, when linking an executable. -- Vincent