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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Where is GNAT putting my ADA .exe Date: Wed, 27 Jun 2018 22:03:36 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="65c25310289deed0be3d2adea5108944"; logging-data="14060"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18MVvmyvJVrRuBJromYTtKcelKXldLituo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:IwQlGFLLKxL2tuV3N4rmmI/mSDk= sha1:IKHSHtrokJyZ5OiGAFN/OJEi2Rs= Xref: reader02.eternal-september.org comp.lang.ada:53393 Date: 2018-06-27T22:03:36+01:00 List-Id: Andy Social writes: > I am playing around with Ada again. I swore when I compiled a small > Ada before with an older version of GNAT, it created an .exe file. I > am not seeing that anywhere with the new GNAT compiler? Tell us a bit more about how you're playing. Are you using a project (.gpr) file? If so, and it contains e.g. for Object_Dir use "obj"; -- subdirectory of project directory then any executables are created in obj/ unless you've also got for Exec_Dir use "bin"; -- or e.g. "." for project directory (I find this behaviour infuriating, but there you go)