comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Where is GNAT putting my ADA .exe
Date: Wed, 27 Jun 2018 22:03:36 +0100
Date: 2018-06-27T22:03:36+01:00	[thread overview]
Message-ID: <lyvaa4t00n.fsf@pushface.org> (raw)
In-Reply-To: e908b390-a787-450c-856e-2556dd6bd222@googlegroups.com

Andy Social <andys@ntso.com> 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)


  reply	other threads:[~2018-06-27 21:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-27 19:47 Where is GNAT putting my ADA .exe Andy Social
2018-06-27 21:03 ` Simon Wright [this message]
2018-06-27 21:33   ` Andy Social
2018-06-28  7:23     ` Simon Wright
2018-06-28  8:36       ` Alejandro R. Mosteo
2018-06-28 12:17         ` Simon Wright
2018-06-28 17:29 ` Olivier Henley
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox