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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c03d58aece551cde X-Google-Attributes: gid103376,public From: warwicks@telusplanet.net (Chris Warwick) Subject: Re: Free() Date: 1999/06/13 Message-ID: #1/1 X-Deja-AN: 489000841 References: X-Trace: news1.telusplanet.net 929253230 161.184.46.22 (Sat, 12 Jun 1999 23:53:50 MDT) Organization: gerf inc. NNTP-Posting-Date: Sat, 12 Jun 1999 23:53:50 MDT Newsgroups: comp.lang.ada Date: 1999-06-13T00:00:00+00:00 List-Id: In article , Florian Weimer wrote: >`Free' has to be an instantiation of Ada.Unchecked_Deallocation, like >this: > > procedure Free is > new Ada.Unchecked_Deallocation( > object_subtype_name, access_to_variable_subtype_name); Not if he/she is digging for the Unix Free... In that case the Free call is probably an interface, and the problem is coming because the interface does not have access to the correct Unix library. So, some sort of arguement like "-lm" is needed to include the correct library (my Unix box is at the office)...