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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,bf11afc1c11f3d84 X-Google-Attributes: gid103376,public From: t_mjb@lsm8-pc.linkabit.titan.com (Marc Bejerano) Subject: Re: Maths LIb Date: 1997/10/23 Message-ID: <62o24j$gl3$1@scope.corp.titan.com>#1/1 X-Deja-AN: 282662972 References: <877175772.10098.0.nnrp-08.9e988f8e@news.demon.co.uk> Organization: The Titan Corporation, San Diego, CA, USA Newsgroups: comp.lang.ada Date: 1997-10-23T00:00:00+00:00 List-Id: In article <877175772.10098.0.nnrp-08.9e988f8e@news.demon.co.uk>, "DRD Woodward" writes: >Hello World ! >I'm using !!@*&^ AvtivAda ^^&%�!!? and having severe problems. >It tells me that the package I require, (GENERIC_ELEMENTARY_FUNCTIONS), > is already compiled,and all I need do is use the a global 'With' clause, >then Instantiate it.( $%�&) >It compiles ok. but 'bind' says package (GENERIC_ELEMENTARY_FUNCTIONS) >not compiled. Have you tried instantiating it as a generic should be? For example, with Generic_Elementary_Functions; . . . package Float_Stuff is new Generic_Elementary_Functions (Float); use Float_Stuff; . . . If you've tried that already (which I use with Alsys Ada 5.x) and it still doesn't work, I hope somebody sends you the Tanh function you need. Hope this helps, Marc Bejerano