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-Thread: 103376,fcfc694a6f7f670f,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: batera@linux.ime.usp.br (Marcelo Cora?a de Freitas) Newsgroups: comp.lang.ada Subject: Tasks stuck on Linux Date: 13 Dec 2004 11:22:12 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 200.233.52.57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1102965733 6124 127.0.0.1 (13 Dec 2004 19:22:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 13 Dec 2004 19:22:13 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:6918 Date: 2004-12-13T11:22:12-08:00 List-Id: Hello, I'm reading the lovelace tutorial (http://www.dwheeler.com/lovelace/) and I can't get the example at section 13.2 to work. Those are the required packages: http://www.dwheeler.com/lovelace/ustrings.ads http://www.dwheeler.com/lovelace/ustrings.adb http://www.dwheeler.com/lovelace/babble.ads http://www.dwheeler.com/lovelace/babble.adb http://www.dwheeler.com/lovelace/noise.adb It compiles fine but when I run ./noise it doesn't print anything. Just get stuck. I'm using Gentoo linux with gnat-3.15p-r3 and kernel 2.6.8.1 (gentoo-dev-sources). Any idea of how to get it working?