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,eba2c26567dc4074 X-Google-Attributes: gid103376,public From: d96andgi@dtek.chalmers.se (Anders Gidenstam) Subject: Re: parallel programming Date: 1998/12/01 Message-ID: <740t15$4nn$1@nyheter.chalmers.se>#1/1 X-Deja-AN: 417471706 References: <3663BCDF.E05A1B16@est.it> <87pva441rj.fsf@zaphod.enst.fr> <3663D346.F7495A89@est.it> Content-Type: text/plain; charset=us-ascii Organization: Chalmers University of Technology Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-01T00:00:00+00:00 List-Id: In article <3663D346.F7495A89@est.it>, Paolo Pumilia writes: > Samuel Tardieu wrote: >> >> Since you wrote you'll be using GNAT, the answer is "yes, if you use >> native threads". >> >> Sam > > Will you please give a quick explaination about how using threads? I am > currently working with kernel 2.0.35. Should i compile the kernel > setting peculiar directives in the makefile? You don't need to change the kernel, it's a matter of configuring the gnat compiler. Read the README file for the compiler. There is a problem though, programs using threads can only be run as root unless you change a line in the ada runtimesystem. ( I don't remember which file, but it has been posted here before ) /Anders -- -------------------------------------------- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming