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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56ca6b335f8f1262 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-01 12:03:01 PST Path: supernews.google.com!sn-xit-02!sn-east!supernews.com!newspeer.monmouth.com!news.algonet.se!newsfeed1.telenordia.se!algonet!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!dtek.chalmers.se!d96andgi From: d96andgi@dtek.chalmers.se (Anders Gidenstam) Newsgroups: comp.lang.ada Subject: Re: Trouble with UNIX IPC and Ada95 Date: Fri, 1 Sep 2000 19:56:49 +0200 Organization: Chalmers University of Technology Message-ID: <1lqoo8.l51.ln@aragorn.hemma.kungalv.se> References: NNTP-Posting-Host: dynamic-193-159.dialup.chalmers.se X-Trace: nyheter.chalmers.se 967834965 9295 129.16.193.159 (1 Sep 2000 19:02:45 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 1 Sep 2000 19:02:45 GMT X-Newsreader: knews 0.9.6 Xref: supernews.google.com comp.lang.ada:466 Date: 2000-09-01T19:02:45+00:00 List-Id: In article , "berserker" writes: >Hi, > >I was wondering if anyone could give me some advice regarding programming >for UNIX IPC with Ada95. I don't know any equivalent Ada packages to C >functions such as 'pipe', 'close', 'popen'... etc. Does anyone have any >experience in this area, or have a URL which they could direct me to? Hi, Have a look at Florist, a POSIX Ada Binding, it should work on solaris. I got the precompiled Linux version at http://www.gnuada.org/alt.html, and I think they have a link back to the Florist development site. Regards Anders -- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming