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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!20g2000vbi.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: GNATColl install script problem Date: Fri, 2 Jul 2010 03:03:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: <425d43f0-f183-4062-bc0f-aec6ee976526@20g2000vbi.googlegroups.com> NNTP-Posting-Host: 89.240.135.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1278065038 5463 127.0.0.1 (2 Jul 2010 10:03:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Jul 2010 10:03:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 20g2000vbi.googlegroups.com; posting-host=89.240.135.62; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:13098 Date: 2010-07-02T03:03:58-07:00 List-Id: 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=static build_library_type make[1]: Entering directory `/home/tony/Downloads/gnatcoll-gpl-2010- src' gprbuild -m -j -XLIBRARY_TYPE=static -Pgnatcoll_build -p gprbuild: illegal option "-j" on the command line make[1]: *** [build_library_type] Error 4 make[1]: Leaving directory `/home/tony/Downloads/gnatcoll-gpl-2010- src' make: *** [static] Error 2 tony@tony-laptop:~/Downloads/gnatcoll-gpl-2010-src$