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,b816f967c9d2f587,start X-Google-Attributes: gid103376,public From: "Lawrence R. Standage" Subject: DEC Ada 83 Tasking Date: 1999/11/10 Message-ID: <3829183D.E0E1E9DB@earthlink.net>#1/1 X-Deja-AN: 546785238 Content-Transfer-Encoding: 7bit X-Accept-Language: en X-Posted-Path-Was: not-for-mail Content-Type: text/plain; charset=us-ascii X-ELN-Date: 10 Nov 1999 06:56:49 GMT X-ELN-Insert-Date: Tue Nov 9 23:05:03 1999 Organization: EarthLink Network, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-10T00:00:00+00:00 List-Id: Hi All, I'm trying to get a multitasking program to link under DEC Ada 83. The code compiles fine, and generates no errors, even compiles and runs fine with GNAT. However, when I try to link the program, the linker complains that it cannot find the lpthreads file. I've spoken to the sysadmin, but he doesn't know what to do. Is there a parameter for 'ald' that I need to run? Using -lpthreads doesn't work. Is there a file I can tell the sysadmin to look for and tell me where it's located? Thanks, Larry Standage