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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ba6562f2619b2880,start X-Google-Attributes: gid103376,public From: jwh@gte.net (John Herndon) Subject: Help: ActivAda & Libraries Date: 1997/02/22 Message-ID: <330e3d48.5821446@news.gte.net>#1/1 X-Deja-AN: 220540905 Content-Type: text/plain; charset=us-ascii Organization: No Place Special Mime-Version: 1.0 Reply-To: jwh@gte.net Newsgroups: comp.lang.ada Date: 1997-02-22T00:00:00+00:00 List-Id: I'm using ActivAda Personal 5.3 and I'm struggling to get a simple Log function into my program. I've got the: with Generic_Elementary_Functions; line in there with my others. I've declared my own package as a new instance of the above mentioned Generic_Elementary_Functions. Something like.. package GenElemFun is new Generic_Elementary_Functions(Float); use GenElemFun; The program compiles with no errors. My log function within the program passes without raising any errors. But, when I try and bind my program it outputs: Bind: ** The bind failed for these reasons: Units GENERIC_ELEMENTARY_FUNCTIONS (pb) and SIMTIME._GENELEMFUN$B00001 (pb) are not compiled. So my question is, how do I get it to compile? I know Generic_Elementary_Functions lies within the SOFTMATH library. Now, how do I get this into my project? This is a rather urgent plea for help. Direct e-mail is greatly appreciated! John Herndon jwh@gte.net