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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,62c161ca070efa9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-16 14:16:49 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!isdnet!enst!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Simple Producer/Consumer with Annex E Date: Mon, 16 Jul 2001 16:16:23 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 995318206 39330 137.194.161.2 (16 Jul 2001 21:16:46 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 16 Jul 2001 21:16:46 +0000 (UTC) To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:10022 Date: 2001-07-16T16:16:23-05:00 ----- Original Message ----- From: "Ted Dennison" Newsgroups: comp.lang.ada To: Sent: Monday, July 16, 2001 12:26 PM Subject: Re: Simple Producer/Consumer with Annex E > In article , Michal Nowak > says... > >I removed from my system gnat and glade 3.12p and > >installed gnat 3.13p. Then I built from sources > .. > >not FSU one. How to get to know which thread library > >am I using? Maybe here lies te problem? > > It depends on where you got Gnat. The ACT binary distribution uses FSU. The ALT > distribution uses native. > Not exactly true. The ACT binary distribution uses the FSU by default, but a simple switch of two symbolic links will switch it to the native threads. The readme.tasking file describes this. > --- > T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html > home email - mailto:dennison@telepath.com > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >