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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,364dfbdf0a113a56 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: Looking for a smart linker for GNAT/DOS Date: 1997/04/29 Message-ID: <1997Apr29.091459.5929@news>#1/1 X-Deja-AN: 238104068 References: <1997Apr15.202909.5879@news> <5jvdfp$s8h$1@gonzo.sun3.iaf.nl> Organization: University of Neuchatel, Switzerland Reply-To: Gautier.deMontmollin@Maths.UniNe.CH Newsgroups: comp.lang.ada Date: 1997-04-29T00:00:00+00:00 List-Id: > The OS/2 version of GNAT is distributed in 8 floppy-sized > files, 3 of which contain the actual compiler and runtime > library. (The rest is for development utilities, debugger > etc.) The compiler itself fits on a single floppy. The floppy question obviously doesn't concern the compiler, but the produced executables! In an example above in this discussion, there were a non smartly linked scientific program using a few of the thousends of LAPACK routines. Imagine you want to distribute or sell a set of programs of that sort. Even compressed, the executables will take tens of diskettes and occupy too many megas in the destination HD. G.