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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,50cbf078a700bcff X-Google-Attributes: gid103376,public From: nabbasi@pacbell.net Subject: Re: How to FD_SET in Ada on Linux? Date: 1999/03/04 Message-ID: <7bmjgh$t4t@drn.newsguy.com>#1/1 X-Deja-AN: 451264517 References: <36ddfd4e.0@news.pacifier.com> <7bl5pf$jik@drn.newsguy.com> <7blv66$8j9@hobbes.crc.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-03-04T00:00:00+00:00 List-Id: In article <7blv66$8j9@hobbes.crc.com>, "David says... >I would stay away from the 3.12w.fsu version, because it looks like >it's for the fsu GNAT runtime. hi, I build the above on linux 2.0.36 (red hat 5.2), you need to set the GNAT threads libraries to point to the Linux native ones, not the FSU threads. Instructions how to do this in GNAT readme. Nasser