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: a07f3367d7,a1f8e42d9bc80c5e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 05 Jun 2009 11:22:46 +0200 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: pragma Linker_Options References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4a28e3e7$0$31347$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 05 Jun 2009 11:22:47 CEST NNTP-Posting-Host: c9b5b0e3.newsspool4.arcor-online.net X-Trace: DXC=B?U8dG[Kg9aeoCI^f\Y]Ea4IUKd X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6295 Date: 2009-06-05T11:22:47+02:00 List-Id: Rick wrote: > I use "-mwindows" to hide the command screen when Iwrite an interface > using GtkAda, There are probably others. Would someone please tell > me where to find them? As has already been said, linker options are linker specific and system specific. Also, if you want your code to be portable, a configuration file, like GNAT's project files, is a much better place for linking options than the source proper. Because if you change the system, you do not have to change the sources, only the the translation options that the other compiler/system needs in its linking process.