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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f9c7bcd455cb4cab X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: ada95first@yahoo.com (Paul Springer) Newsgroups: comp.lang.ada Subject: Re: Building C main with Ada on Visual V++ - _image_base_ Date: 3 Sep 2004 09:17:26 -0700 Organization: http://groups.google.com Message-ID: <978305c9.0409030817.29461d59@posting.google.com> References: <978305c9.0409020549.3b7afa00@posting.google.com> <8305344.aqMzkElDTs@linux1.krischik.com> NNTP-Posting-Host: 24.213.139.206 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1094228246 27890 127.0.0.1 (3 Sep 2004 16:17:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 3 Sep 2004 16:17:26 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3296 Date: 2004-09-03T09:17:26-07:00 List-Id: Martin Krischik wrote in message news:<8305344.aqMzkElDTs@linux1.krischik.com>... > > Did you used "gnat bind" to create a bind file for Ada. Thats the files > which start with "b~". > Martin, Thanks for the reply. Yes, I did use gnatbind -n xxx.ali and compiled the resulting xxx.ads and xxx.adb files to get a ~xxx.o file. I included this and the original xxx.o file in the link libraries. Do you know what the __image_base__ symbol is for? As far as I can tell this symbol is referenced but not defined in the gnat libraries, so I don't know where its supposed to come from. -Paul