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 10.224.173.4 with SMTP id n4mr14307507qaz.3.1376547266642; Wed, 14 Aug 2013 23:14:26 -0700 (PDT) X-Received: by 10.49.6.40 with SMTP id x8mr608593qex.5.1376547266562; Wed, 14 Aug 2013 23:14:26 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!fx3no2540272qab.0!news-out.google.com!he10ni1979qab.0!nntp.google.com!fx3no2540266qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 14 Aug 2013 23:14:26 -0700 (PDT) In-Reply-To: <1ef2846e-1a4d-4911-b354-0e55b3bbeeb6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.71.180.107; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB NNTP-Posting-Host: 193.71.180.107 References: <1ef2846e-1a4d-4911-b354-0e55b3bbeeb6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <45846998-87d4-4659-8db4-18f07eb3f1b3@googlegroups.com> Subject: Re: problem when 'make' gnatcoll in windows using mingw From: egilhh Injection-Date: Thu, 15 Aug 2013 06:14:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1607 Xref: number.nntp.dca.giganews.com comp.lang.ada:183023 Date: 2013-08-14T23:14:26-07:00 List-Id: On Thursday, August 15, 2013 6:41:02 AM UTC+2, Dwiki wrote: > > gprbuild -m -j -XLIBRARY_TYPE=static -Pgnatcoll_build -p > > gprbuild: illegal option "-j" on the command line -j is used to specify the number of parallel compilations, for example: -j2 There's probably a missing variable that must be set. Search the makefile/cofigure script to see which variable is needed to specify the number, and where it should be set.