comp.lang.ada
 help / color / mirror / Atom feed
From: ucaa2385@iris2.csv.ica.uni-stuttgart.de (Peter Hermann)
Subject: Re: Running GNAT from the VB3 Shell Command
Date: 7 Dec 1994 14:59:57 GMT
Date: 1994-12-07T14:59:57+00:00	[thread overview]
Message-ID: <3c4ild$hje@info2-sb.rus.uni-stuttgart.de> (raw)
In-Reply-To: 3c22m6$t1@news.cais.com

Lance Kibblewhite (lance@cais.cais.com) wrote:

: I don't think the problem is a GNAT problem. I think it is a DJGPP problem.
: I only have the DJGPP subset that comes with 1.83.  I'm shortly going to 
: retrieve the entrie DJGPP distribution to see if that maybes offers a 
: clue.

Maybe some of the problems can be removed for some
by looking at my compile-link-go - file I produced
yesterday evening after getting angry about myself
having forgotten to apply the @#*% coff2exe step:

begin of contents of command file clg.bat on MSDOS6.2 :
gcc -c %1.adb
gnatbl -o %1 %1.ali
coff2exe %1
%1
end   of contents of command file clg.bat on MSDOS6.2 

I am using this multistep with one parameter
(where test is the unit name AND the filename(part) ):

   clg test

When I have other packages to "with"
I compile them (first) separately with e.g.:
   gcc -c testpak.ads
and
   gcc -c testpak.adb
and then finally compile, link, go with
   clg test

The good news: it works :-)

--
Peter Hermann  Tel:+49-711-685-3611 Fax:3758 ph@csv.ica.uni-stuttgart.de
Pfaffenwaldring 27, 70569 Stuttgart Uni Computeranwendungen
Team Ada: "C'mon people let the world begin" (Paul McCartney)



  reply	other threads:[~1994-12-07 14:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-11-25 17:18 C functions for GNAT ? Thierry Nodenot
1994-11-30 14:31 ` Running GNAT from the VB3 Shell Command Jack Beidler
1994-12-05  3:06   ` Lance Kibblewhite
1994-12-05 23:03     ` Robert Dewar
1994-12-06 16:15       ` Lance Kibblewhite
1994-12-07 14:59         ` Peter Hermann [this message]
1994-12-09 15:36           ` Robert Dewar
1994-12-06  2:30     ` Michael Feldman
replies disabled

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