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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9810bbf42b5c076b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-22 22:38:17 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!Germany.EU.net!EU.net!uunet!zib-berlin.de!news.belwue.de!fhai00.ai-lab.fh-furtwangen.de!news From: rosensti@ai-lab.fh-furtwangen.de Newsgroups: comp.lang.ada Subject: PART/pthreads for GNAT under Linux Date: 22 Nov 1994 14:28:14 GMT Organization: Fachhochschule Furtwangen, AI-Labor Message-ID: <3asv5u$avb@zeus.ai-lab.fh-furtwangen.de> NNTP-Posting-Host: artemis.ai-lab.fh-furtwangen.de Summary: Implenenation of PART / pthread library for GNAT 1.83 under Linux 1.0 Keywords: PART PTHREAD LINUX Date: 1994-11-22T14:28:14+00:00 List-Id: Lately I found GNAT for Linux and everything looks good exept, that the use of the tasks from Ada failed. As soon as I use one, the linker reports unresolved externals. Most of them begin with '_ptherad', so I tried to link a pthread library to it. That failed. They don't fit together. For Sun Sparcs I found a library that fits to GNAT but I don't find it for Linux. Have someone seen one for GNAT under Linux. Andreas J. Rosenstiel