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: a07f3367d7,cfaffeea2c78cd08 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.18.132 with SMTP id w4mr13568178qaa.1.1362650746976; Thu, 07 Mar 2013 02:05:46 -0800 (PST) X-Received: by 10.49.86.40 with SMTP id m8mr3330334qez.30.1362650746938; Thu, 07 Mar 2013 02:05:46 -0800 (PST) Path: p7ni59qai.0!nntp.google.com!dd2no7947587qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 7 Mar 2013 02:05:46 -0800 (PST) In-Reply-To: <87txooi9zd.fsf@ludovic-brenta.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 195.58.145.51 References: <39b2e37e-f400-4f93-956f-43e294dbdf5b@googlegroups.com> <87y5e1ir4a.fsf@ludovic-brenta.org> <72c0a017-0393-4f12-8cc1-e264a8d6cfa7@googlegroups.com> <8a117a8b-9829-4188-b38d-4e1afa2db618@googlegroups.com> <87txooi9zd.fsf@ludovic-brenta.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1baf053f-aa96-4eb0-a18f-855b4435823a@googlegroups.com> Subject: Re: GNATColl From: tonyg Injection-Date: Thu, 07 Mar 2013 10:05:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-03-07T02:05:46-08:00 List-Id: On Wednesday, 6 March 2013 19:50:14 UTC, Ludovic Brenta wrote: > tonyg writes on comp.lang.ada: > > > I've made some progress on the dependency side regarding python. It > > > needs a link to exist in /usr/bin/ called python-config and I think > > > pretty much any python will do. Its a strange one though isn't it, > > > don't packages have to have only possible dependency rather than a > > > choice? > > > > Python on Debian is outside my area of expertise. I don't know what > > python-config is or what it's supposed to do. I do know of a Debian > > Python Policy[1], which I have not read, and of a package > > "python-dev"[2] that provides /bin/python-config. Is that what you are > > referring to? > > > > [1] http://www.debian.org/doc/packaging-manuals/python-policy/ > > [2] http://packages.debian.org/search?searchon=contents&keywords=python-config&mode=exactfilename&suite=testing&arch=any > > > > -- > > Ludovic Brenta. Yes. I'm not too sure either but what I do know is that Gnatcoll needs it to configure itself to link with python. I also think that python-config decides which python to use. My investigation continues....