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 Date: Fri, 05 Jun 2009 09:43:14 +0200 From: Gautier User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090402 SeaMonkey/1.1.16 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; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 85.3.46.130 X-Original-NNTP-Posting-Host: 85.3.46.130 Message-ID: <4a28cd2d$1_6@news.bluewin.ch> X-Trace: news.bluewin.ch 1244187949 85.3.46.130 (5 Jun 2009 09:45:49 +0200) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns11feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news2.google.com comp.lang.ada:6289 Date: 2009-06-05T09:43:14+02:00 List-Id: Rick wrote: > The Ada LRM section B.1. refers to pragma Linker_Options. > Unfortunately, it does not list the options. > > 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? This is system-dependent; for instance "-mwindows" is specific to GNAT / GNU (and maybe GNU for MS Windows). If you google for "gnatlink options" and "gnu ld options" you'll find the gcc.gnu.org pages with all details. HTH _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!