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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,380eb3e330e4b3e1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-06 11:58:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: Executable size with GNAT for Windows and Linux Date: 06 May 2002 21:00:02 +0200 Organization: Organized? Me? Sender: mb@jupiter.solar.system Message-ID: References: <5ee5b646.0205051644.38bf4248@posting.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.t-online.com 1020711445 01 17010 rcYbbyJESQAuOv 020506 18:57:25 X-Complaints-To: abuse@t-online.com X-Sender: 320025674319-0001@t-dialin.net X-message-flag: IMPORTANT MESSAGE -- PLEASE READ IMMEDIATELY!!! X-Accepted-File-Formats: ASCII, .rtf, .ps, .pdf - *NO* MS Office files User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:23595 Date: 2002-05-06T21:00:02+02:00 List-Id: dewar@gnat.com (Robert Dewar) writes: > That's expected. Most likely you are using shared libraries under one > and not the other. The comparison is therefore > irrelevant. That's what I thought too. Both programs were built with "gnatmake -g hello". So the question is how do I use the .dll runtime under Windows? > Impossible to be sure, since you gave no idea of what versions of > either compiler you are running. gnat 3.13p. What other information do you need?