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,654b6f3511044d16 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Interfacing Ada Routines in C Date: 1996/09/11 Message-ID: #1/1 X-Deja-AN: 179918149 references: <5156mj$gd0@rumors.ucr.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-09-11T00:00:00+00:00 List-Id: Steven asks " Compiled the ada procedure into an object file. Included the ada object file during the link, but the compiler isn't able to find the procedure referenced in my C program." You should read two things. First the documentation in gnatinfo.txt on running when the main program is not Ada, if this applies. Second the description of pragma Export. Your gave only sketchy details but perhaps you are missing an external name argument on your Export pragma.