comp.lang.ada
 help / color / mirror / Atom feed
From: pascalo@cln46ac (Pascal OBRY)
Subject: Re: Gnat301A on Win95--no EXE's produced.
Date: 1996/02/19
Date: 1996-02-19T00:00:00+00:00	[thread overview]
Message-ID: <w4bumved10.fsf@cln46ac> (raw)
In-Reply-To: 31280DB7.76A9@his.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]


Tom,

> gcc -c simple.adb
> gnatbind -o hello.exe hello.ali
> (I think that gnatbind is the command)

To compile Ada program with GNAT you have 2 ways :

	> gnatmake simple

	(that build all the package and link simple)

or

	> gcc -c simple.adb
	> gcc -c another-one.adb
	> gcc -c one-mode.adb
	> gnatbl simple.ali

Hope this help,
Pascal.
-- 

--|------------------------------------------------------------
--| Pascal OBRY                               Team-Ada Member |
--|                                                           |
--| EDF-DER-IPN-SID- Ing�nierie des Syst�mes d'Informations   |
--|                                                           |
--| Bureau G1-010           e-mail: Pascal.Obry@der.edfgdf.fr |
--| 1 Av G�n�ral de Gaulle  voice : +33-1-47.65.50.91         |
--| 92141 Clamart CEDEX     fax   : +33-1-47.65.50.07         |
--| FRANCE                                                    |
--|------------------------------------------------------------
--|   "The best way to travel is by means of imagination"




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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-19  0:00 Gnat301A on Win95--no EXE's produced Tom Daniels
1996-02-19  0:00 ` Pascal OBRY [this message]
1996-02-19  0:00 ` Ray Toal
replies disabled

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