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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,63a12f4aa9290dc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!i1g2000vbk.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: GNATColl install script problem Date: Fri, 2 Jul 2010 03:36:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5a70b05b-c236-42d6-96b7-42378f75c9c7@i1g2000vbk.googlegroups.com> References: <425d43f0-f183-4062-bc0f-aec6ee976526@20g2000vbi.googlegroups.com> NNTP-Posting-Host: 20.133.0.13 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278067017 23801 127.0.0.1 (2 Jul 2010 10:36:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Jul 2010 10:36:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i1g2000vbk.googlegroups.com; posting-host=20.133.0.13; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12131 Date: 2010-07-02T03:36:57-07:00 List-Id: On Jul 2, 11:03=A0am, tonyg wrote: > I get the following error when doing the make part of the installation > - can this -j option be taken out of the script does anyone know ? > > tony@tony-laptop:~/Downloads/gnatcoll-gpl-2010-src$ make > make: [do_links] Error 1 (ignored) > make LIBRARY_TYPE=3Dstatic build_library_type > make[1]: Entering directory `/home/tony/Downloads/gnatcoll-gpl-2010- > src' > gprbuild -m -j -XLIBRARY_TYPE=3Dstatic -Pgnatcoll_build -p > gprbuild: illegal option "-j" on the command line That should be -jn where n is "the number of concurrent processes to be used to compile". Either remove -j from the script or make it -j2 (for example). Should make no difference to the end result.