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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d1df17ea2ced54d0,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!i24g2000prf.googlegroups.com!not-for-mail From: belteshazzar Newsgroups: comp.lang.ada Subject: gnatmake and gprbuild Date: Thu, 18 Sep 2008 01:37:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7c7c479c-e778-4830-b54c-5aa5c28783d9@i24g2000prf.googlegroups.com> NNTP-Posting-Host: 203.36.107.146 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1221727068 24252 127.0.0.1 (18 Sep 2008 08:37:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 18 Sep 2008 08:37:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i24g2000prf.googlegroups.com; posting-host=203.36.107.146; posting-account=SuaatgoAAADZMrKGiLdPOjCBBS4KZzVT User-Agent: G2/1.0 X-HTTP-Via: 1.1 SRV021 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2035 Date: 2008-09-18T01:37:48-07:00 List-Id: I'm attempting to build a large system using gnat project files, I have multiple libraries to be built some that have Ada and C. Unfortuantely I've found to compile the Ada and C i have to use gprbuild BUT gprbuild fails (reports a gcc error) to build some of the large libraries (where as gnatmake WILL build them) Any ideas? I think that the command line list of files sent to gcc by gprlib is to long, but i can't work out how gnatmake doesn't get this same error. Any lessons learnt using these tools would be appreciated.