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-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o28g2000yqh.googlegroups.com!not-for-mail From: Manuel Gomez Newsgroups: comp.lang.ada Subject: Re: More of less most standard Ada binding to POSIX Date: Tue, 26 Jan 2010 11:44:31 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 80.103.177.123 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1264535071 16709 127.0.0.1 (26 Jan 2010 19:44:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 26 Jan 2010 19:44:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o28g2000yqh.googlegroups.com; posting-host=80.103.177.123; posting-account=wH6HYAoAAAAK7zncUBGPTSTVRKG7WqMb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.17) Gecko/2010010604 Ubuntu/8.04 (hardy) Firefox/3.0.17,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8825 Date: 2010-01-26T11:44:31-08:00 List-Id: On 24 ene, 21:59, Hibou57 (Yannick Duch=EAne) wrote: > I came to know about Ada POSIX bindings, and its seeming only one > implementation : Florist. > What do nice peoples here know about this subject ? > > I guess Ada has a lot of concerned with POSIX, but I only this one > binding, Florist, specific to GNAT. Or may be some other vendors also > provide their own implementation of the Florist specifications ? (free > or not free of charge, the may target here should be to know if > weither or not this is a fully GNAT specific binding). Have you read the POSIX binding page on the Ada Programming wikibook [1]? That's all the information I could gather about the Ada-POSIX standard. The only implementation of the standard, apart from Florist, that I found was an incomplete one for Win32 systems by Pascal Obry [2]. But I've found now that Object Ada for Linux also provides one [3]. [1] http://en.wikibooks.org/wiki/Ada_Programming/Platform/POSIX [2] http://pagesperso-orange.fr/pascal.obry/w32posix.html [3] http://www.aonix.com/pdf/oa-linux.pdf