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,2e28dffa75fe6d1f,start X-Google-Attributes: gid103376,public From: Tapio Marjom�ki Subject: Why does gnatlink say this? Date: 1997/10/21 Message-ID: <344D3A94.3202@ntc.nokia.com>#1/1 X-Deja-AN: 282208602 Organization: Nokia Telecommunications Newsgroups: comp.lang.ada Date: 1997-10-21T00:00:00+00:00 List-Id: I'm running my first attempts with GNAT for DOS and wondering why gnatlink says this: C:\GNADA>gnatbind main.ali C:\GNADA>gnatlink main.ali b_main.c(.text+0x90): undefined reference to `_ada_main' C:\GNADA> where "main" is my main procedure.