From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal 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:a37:bb45:: with SMTP id l66mr11075585qkf.298.1592859562149; Mon, 22 Jun 2020 13:59:22 -0700 (PDT) X-Received: by 2002:aca:5c1:: with SMTP id 184mr13154606oif.119.1592859561907; Mon, 22 Jun 2020 13:59:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 22 Jun 2020 13:59:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=216.121.185.139; posting-account=ENgozAkAAACH-stq5yXctoDQeZQP2E6J NNTP-Posting-Host: 216.121.185.139 References: <3f234cce-c49f-40a4-83a4-f0c9860d8abfo@googlegroups.com> <98843f83-9907-4bd4-9600-4bc67e41f883o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <62ae594e-495a-4b2a-8737-4b5bd93ae857o@googlegroups.com> Subject: Re: How to supply O/S linker arguments with gprbuild? From: Warren Injection-Date: Mon, 22 Jun 2020 20:59:22 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59167 List-Id: On Monday, 22 June 2020 16:43:32 UTC-4, Simon Wright wrote: > "Dmitry A. Kazakov" writes: >=20 > > Another idea to consider would be to ditch makefiles. gprbuild does > > everything makefiles do and better and more. >=20 > Almost everything! except determining which OS you're running under, or > building project documentation, or ... That may be true, but I have a lifetime of experience in make. I only have = a newb's level of experience with gprbuild and I find the documentation for= gprbuild frightful. It talks a lot about syntax, but find it lacking in ex= amples that would apply to the Unix build experience. What's important for now is just getting this project off the ground in a r= easonably portable way. It's just a pet project to give me an excuse to do = Ada again. The Ada experience has been good. I'll wade more into gprbuild a= t a later time. Warren