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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,625ff2b9397b148c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-07 13:17:55 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!142.red-80-25-0.pooles.rima-tde.NET!not-for-mail From: Helio Newsgroups: comp.lang.ada Subject: Re: Concurrency in Ada in a Linux and Solaris Date: Wed, 07 Apr 2004 21:51:39 +0200 Message-ID: References: <871xmztvhl.fsf@insalien.org> NNTP-Posting-Host: 142.red-80-25-0.pooles.rima-tde.net (80.25.0.142) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de 1081369074 92574988 I 80.25.0.142 ([165255]) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Xref: archiver1.google.com comp.lang.ada:6819 Date: 2004-04-07T21:51:39+02:00 List-Id: El dia Wed, 07 Apr 2004 21:53:58 +0200, en/na Ludovic Brenta va escriure: >... > Helio, if the Linux kernel is >= 2.6, you need to set > LD_ASSUME_KERNEL=2.4.1 before starting the program. Please let me > know if this works. It's work! I had installed a "gnat" package (with libgtkada2-dev) with kernel 2.6 and it doesn't work. I tried to install "gnat-3.3" package (in conflict with gnat and libgtkada2-dev) and the code works well, but I want to program with gtk :-( Finally, with "gnat" and "libgtkada2-dev" installed and a marvellous "LD_ASSUME_KERNEL=2.4.1" it works and I can program with gtk. Thank's George and Ludovic. And now, another question, What difference exists between gnat-3.3 and gnat?