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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,433c912965d35788,start X-Google-Attributes: gid103376,public From: Frank Schneider Subject: Tasking with Linux-Gnat ? Date: 1996/05/09 Message-ID: <4msmmt$2cc0@info4.rus.uni-stuttgart.de>#1/1 X-Deja-AN: 153886859 content-type: text/plain; charset=us-ascii organization: Comp.Center (RUS), U of Stuttgart, FRG x-url: news:comp.lang.ada mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c) Date: 1996-05-09T00:00:00+00:00 List-Id: I'm trying to write a ada program with tasks. I'm using gnat 2.04 with gcc 2.6.3 and pthreads version 1.60 beta5. Compiling works fine, but when I try to link my test program I always get some undefined references like "setjmp" or " pthreds_attr_setprio" . Does anybody know how to solve this problem ? Does a more recent gnat or gcc version help? Greetings Frank