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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,62ea726f3bc26023 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-24 05:27:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news100.image.dk!news010.worldonline.dk.POSTED!not-for-mail From: Poul-Erik Andreasen Newsgroups: comp.lang.ada Subject: Re: Gnat static linkning Message-ID: <20021124142930.27ebe669.poulerik@pea.dk> References: <20021123194318.5a31136f.poulerik@pea.dk> X-Newsreader: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-redhat-linux) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Sun, 24 Nov 2002 14:29:30 +0100 NNTP-Posting-Host: 213.237.11.74 X-Complaints-To: news-abuse@wol.dk X-Trace: news010.worldonline.dk 1038144479 213.237.11.74 (Sun, 24 Nov 2002 14:27:59 MET) NNTP-Posting-Date: Sun, 24 Nov 2002 14:27:59 MET Organization: Customer of Tiscali A/S Xref: archiver1.google.com comp.lang.ada:31195 Date: 2002-11-24T14:29:30+01:00 List-Id: On Sun, 24 Nov 2002 12:21:14 +0000 (UTC) Preben Randhol wrote: > Poul-Erik Andreasen wrote: > > Hej > > > > How do i make a static executables, with gnatmake? > > gnatmake program --largs -static > > to reduce the size of the executable do: > > gnatmake program --largs -static -s > Thanks. By the way i have been doing som active Gtkada programming. Looking at your Klokka-program have been very use full. Thanks for that too. -- Poul-Erik Andreasen