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,f7e50583a17595bd,start X-Google-Attributes: gid103376,public From: ender@shell.aros.net (ender) Subject: Interfacing From C in Ada 83 Date: 1996/11/21 Message-ID: <572dnp$6k6@news.aros.net>#1/1 X-Deja-AN: 197924244 organization: ArosNet Inc. newsgroups: comp.lang.ada Date: 1996-11-21T00:00:00+00:00 List-Id: I'm trying to call an Ada procedure from a C program, and was wondering how this was done before the Export pragma was there? I can't get the linker to find the Ada routine. I'm currently using Alsys on x86 UNIX. Any suggestions would be appreciated. --Chris