comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: Gnatmake query
Date: 1996/11/02
Date: 1996-11-02T00:00:00+00:00	[thread overview]
Message-ID: <dewar.846953451@merv> (raw)
In-Reply-To: 55a2qj$bv0@saturn.brighton.ac.uk


iJohn English asks

"Can anyone tell me why, when building a program which has already
been built and is fully up-to-date, gnatmake still does gnatbind -x
followed by gnatlink?  Is there a way of convincing it otherwise?"

Yes, it is easy to tell you why -- you are not using the latest version
of GNAT, in which this behavior is modified to only bind and link if
necessary. For example, in OS/2:

[OS2-F:\emx\gnu\gcc-2.7\ada]gnatmake a
gcc -c a.adb
gnatbind -x a.ali
gnatlink a.ali

[OS2-F:\emx\gnu\gcc-2.7\ada]gnatmake a
gnatmake: "a.exe" up to date.






      reply	other threads:[~1996-11-02  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-31  0:00 Gnatmake query John English
1996-11-02  0:00 ` Robert Dewar [this message]
replies disabled

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