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,625ff2b9397b148c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-07 12:51:37 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!petbe.visi.com!news.octanews.net!news-out1.nntp.be!propagator2-sterling!propagator3-cogent!in.nntp.be!news.worldonline.be!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Concurrency in Ada in a Linux and Solaris Date: 07 Apr 2004 21:53:58 +0200 Organization: Worldonline Belgium Sender: lbrenta@deuteronomy Message-ID: <871xmztvhl.fsf@insalien.org> References: NNTP-Posting-Host: 83-134-244-22.lindthout.goplus.fastdsl.tiscali.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.worldonline.be 1081367496 8185 83.134.244.22 (7 Apr 2004 19:51:36 GMT) X-Complaints-To: abuse@worldonline.be NNTP-Posting-Date: Wed, 7 Apr 2004 19:51:36 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:6818 Date: 2004-04-07T21:53:58+02:00 List-Id: Georg Bauhaus writes: > Helio wrote: > : Hi, > : > : The code bellow compiled and executed in a Linux system [1] doesn't write > : nothing at output. > > With GNAT 3.15p, a GCC 3.4 and a GCC 3.5 on Debian stable I get > lots of output. This looks like the LD_ASSUME_KERNEL thing. 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. -- Ludovic Brenta.