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,fe1dc0666af8f6a6 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!newsfeed.straub-nv.de!noris.net!nntp.ilk.net!not-for-mail From: Markus Schoepflin Newsgroups: comp.lang.ada Subject: Re: Creating mixed language static libraries with gpr files? Date: Wed, 04 Mar 2009 09:37:48 +0100 Organization: Customer of ILK Internet GmbH, Karlsruhe, Germany Message-ID: References: NNTP-Posting-Host: csdc.comsoft.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nntp.ilk.net 1236155868 30043 212.86.205.70 (4 Mar 2009 08:37:48 GMT) X-Complaints-To: usenet@ilk.net NNTP-Posting-Date: Wed, 4 Mar 2009 08:37:48 +0000 (UTC) User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: Xref: g2news2.google.com comp.lang.ada:4891 Date: 2009-03-04T09:37:48+01:00 List-Id: anon wrote: > -- This might work. It based on my design of a gpr to build libgnat > -- > -- to build lib > -- gnatmake -Pfoo.gpr -x [...] I tried your suggestion and I also added 'for languages use ("Ada", "C");', as the gcc documentation mentions it, but the C sources are simply ignored. Maybe it only works in AdaCore's version of gnat and not in gcc 4.3.3? Markus