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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: How to run a GNAT program without starting a terminal session Date: Wed, 18 Jul 2018 22:30:22 +0200 Organization: A noiseless patient Spider Message-ID: References: <75d8a76c-30ff-4268-a987-dd7361df9018@googlegroups.com> <853423c8-c9a3-4e18-98f0-7f441f5294c1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 18 Jul 2018 20:30:21 -0000 (UTC) Injection-Info: h2725194.stratoserver.net; posting-host="7b386fa8b4550bdb42f2accf46e9d4de"; logging-data="15512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9ZQtCficnhif5utLohfxS" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:fTtcqP/7BDLPNwSodUohg7uaJuk= In-Reply-To: <853423c8-c9a3-4e18-98f0-7f441f5294c1@googlegroups.com> Xref: reader02.eternal-september.org comp.lang.ada:53894 Date: 2018-07-18T22:30:22+02:00 List-Id: On 2018-07-18 18:34, Shark8 wrote: > On Tuesday, July 17, 2018 at 2:53:57 PM UTC-6, Jerry wrote: >> I want the _main_ program to execute without starting a terminal session. > > What do you have that's causing a terminal to spawn? > Is it your launcher, with a "run in terminal" option set? > Is it the inclusion of terminal-/text-based IO, (eg) Ada.Text_IO? > He's double-clicking the exe in finder (macosx) Finder deems the program as a unix-executable (not a gui app with a special directory structure on osx) Finder says - unix - let's run it via terminal. I really see no way out here - execpt the ones i suggested in another reply -- -- Björn