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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d481d546f914128d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Jerry van Dijk Newsgroups: comp.lang.ada Subject: Re: Strange error in mixed language program (incompatible libraries?) Date: 10 Aug 2004 09:04:04 +0200 Organization: Posted via Supernews, http://www.supernews.com Message-ID: Sender: jerry@JVDSYS References: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:2644 Date: 2004-08-10T09:04:04+02:00 List-Id: James Alan Farrell writes: > This error is raised by one of the Ada routines BEFORE any of the C > library routines are called. Most likely you forgot that the Ada code needs elaboration. see the chapter on using Ada libraries in the GNAT user guide for how to do this. -- -- Jerry van Dijk -- Leiden, Holland