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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Installation problem in Debian 7: gnatcoll-gpl-2013-src Date: Fri, 28 Jun 2013 18:33:12 +0200 Organization: A noiseless patient Spider Message-ID: <87sj02ci0n.fsf@ludovic-brenta.org> References: <1683c2c3-6906-4d54-9321-4e25c7495ecf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="84c141fb56768e1a9d2ab8c3e9e7b3de"; logging-data="24334"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX181o6YFQ9WAImIjFACTxkPR" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:jbz2lCVXx3JBMLP/DZza+XFHAVM= sha1:C5GFMxirVc/BWTlpPKch8hJbXFw= Xref: news.eternal-september.org comp.lang.ada:15977 Date: 2013-06-28T18:33:12+02:00 List-Id: Multiplayer1080 writes: > I wish to find a Package API Postgresql that include all necessary > source to connect to database without install something or make the > build in my pc. I have used postgres in Java, and with just add the > Jar API i have all necessary to use postgres. Why the libraries > (eg. Gnatcoll) are not distributed in packages? any response will be > greatly appreciated... gnatcoll is not yet packaged for Debian, see http://bugs.debian.org/640532. In the mean time, you may want to try gnade (GNU Ada Database Environment) which allows you to use PostgreSQL from Ada through ODBC. Try this: aptitude install libgnadeodbc2-dev and look at /usr/share/ada/adainclude/gnade.gpr and the files under /usr/share/ada/adainclude/gnade. Hope this helps -- Ludovic Brenta.