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,8782a3b5b8a71471 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-21 19:56:21 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!gw1.att.com!fnnews.fnal.gov!usenet.eel.ufl.edu!news.ultranet.com!news.mathworks.com!udel!gatech!swrinde!pipex!uunet!intrepid.intrepid.com!usenet From: vladimir@speedy.intrepid.com (Vladimir Vukicevic) Newsgroups: comp.lang.ada Subject: Re: pragma import problem ( also OS/2 : gnat 4emx ) Date: 22 Jan 1995 03:56:21 GMT Organization: Intrepid Technology, Inc. Message-ID: References: <3flfot$1ac9@info4.rus.uni-stuttgart.de> NNTP-Posting-Host: speedy.intrepid.com In-reply-to: ralph@ifr.luftfahrt.uni-stuttgart.de's message of 19 Jan 1995 10:43:41 GMT Date: 1995-01-22T03:56:21+00:00 List-Id: In article <3flfot$1ac9@info4.rus.uni-stuttgart.de> ralph@ifr.luftfahrt.uni-stuttgart.de (Ralph Paul) writes: > After comparing different runtime files which import c-functions I > stumbled across the solution. It is rather simple : > > All I had to do was to erase " Link_Name => " and recompile the > changed runtime files ( and it's dependants ). > > I think on Linux there is a similar problem ?! Umm, unless I, and grep, are mistaken, the GNAT runtime code -never- uses Link_Name; Linux has no problems with the runtime. The only problem that's left with gnat for linux is the lack of a pthreads library (which I might port when I have some free time). - Vladimir - vladimir@intrepid.com