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:a5e:940b:: with SMTP id q11mr51149231ioj.251.1560418855259; Thu, 13 Jun 2019 02:40:55 -0700 (PDT) X-Received: by 2002:a05:6830:1697:: with SMTP id k23mr9865681otr.16.1560418854975; Thu, 13 Jun 2019 02:40:54 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g15no164529itd.0!news-out.google.com!l135ni137itc.0!nntp.google.com!s188no163499itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 13 Jun 2019 02:40:54 -0700 (PDT) In-Reply-To: <6f1fcde3-fcf3-4a20-a1ee-b9c434de346a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.81.172.190; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 148.81.172.190 References: <6f1fcde3-fcf3-4a20-a1ee-b9c434de346a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2349fae5-876a-4d56-a9cb-1f115ab5d61a@googlegroups.com> Subject: Re: gprbuild -j8 on Windows 8.1? From: Egil H H Injection-Date: Thu, 13 Jun 2019 09:40:55 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1818 X-Received-Body-CRC: 2231652753 Xref: reader01.eternal-september.org comp.lang.ada:56632 Date: 2019-06-13T02:40:54-07:00 List-Id: On Thursday, June 13, 2019 at 5:10:04 AM UTC+2, Stephen Leake wrote: > I'm using GNAT Community 2018. > > I have a main program that takes an annoyingly long time to compile, so I tried > > gprbuild -j8 > > But it's no faster, and Windows Task Manager says it's using only one processor. > > Is this just broken on Windows? > > Does using AdaCores "bash implemented in Ada" help? > > -- Stephe As a test, you could try passing the parameter to the compiler in this way: gprbuild -cargs -j8 -- ~egilhh