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 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-7-bit Path: g2news1.google.com!postnews.google.com!f7g2000vbn.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: GNATColl install script problem Date: Fri, 2 Jul 2010 03:56:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9e493298-6184-4e1f-9c99-7af4c10d9f7e@f7g2000vbn.googlegroups.com> References: <425d43f0-f183-4062-bc0f-aec6ee976526@20g2000vbi.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1278068206 2112 127.0.0.1 (2 Jul 2010 10:56:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Jul 2010 10:56:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f7g2000vbn.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12134 Date: 2010-07-02T03:56:45-07:00 List-Id: tonyg wrote on comp.lang.ada: > 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$ You have not said what platform you used but it looks Unix-like. If you happen to use Debian (GNU/Linux or GNU/kFreeBSD), you are better off installing the package libgnadeodbc1-dev. Note that gnatcoll contains a fork of gnade for database connectivity; its real added value is the thick binding generator that generates Ada types corresponding to the tables in your database schema. I've never tried it but there was a very nice paper about this generator in the Ada User Journal a couple issues ago. -- Ludovic Brenta.