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: 103376,632dbd0caea19836 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: System calls - GNAT library vs. direct bindings Date: Fri, 01 Jun 2007 20:32:32 +0100 Organization: Pushface Message-ID: References: <1180623520.303981.191090@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1180726352 7503 62.49.19.209 (1 Jun 2007 19:32:32 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 1 Jun 2007 19:32:32 +0000 (UTC) Cancel-Lock: sha1:kdcAtpj2yWnwafwiC8wWs2/JdoQ= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) Xref: g2news1.google.com comp.lang.ada:16035 Date: 2007-06-01T20:32:32+01:00 List-Id: "Jeffrey R. Carter" writes: > In the absence of such a library, but given the existence of an > existing library such as GNAT's, I'd probably choose the existing > library, but would add a wrapper around it in case I need to use > another compiler. I suppose that depends on the licence of the GNAT library and on whether it depends on GNAT-specific features (pragmas, etc) in any important way.