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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ab7b556690244d7c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-08 01:22:31 PST Path: bga.com!news.sprintlink.net!pipex!uunet!zib-berlin.de!news.th-darmstadt.de!News.Uni-Marburg.DE!news.belwue.de!news.uni-stuttgart.de!iris2.csv.ica.uni-stuttgart.de!ucaa2385 From: ucaa2385@iris2.csv.ica.uni-stuttgart.de (Peter Hermann) Newsgroups: comp.lang.ada Subject: Re: Running GNAT from the VB3 Shell Command Date: 7 Dec 1994 14:59:57 GMT Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: <3c4ild$hje@info2-sb.rus.uni-stuttgart.de> References: <3bi2bc$a4f@gopher.cs.uofs.edu> <3bu04a$94j@news.cais.com> <3c0675$cg4@gnat.cs.nyu.edu> <3c22m6$t1@news.cais.com> NNTP-Posting-Host: iris2.csv.ica.uni-stuttgart.de Date: 1994-12-07T14:59:57+00:00 List-Id: 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)