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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e994501f4ce77c5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-15 18:18:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <5ee5b646.0201141951.43f36960@posting.google.com> Subject: Re: free Ada compiler ? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1011147497 12.225.227.101 (Wed, 16 Jan 2002 02:18:17 GMT) NNTP-Posting-Date: Wed, 16 Jan 2002 02:18:17 GMT Organization: AT&T Broadband Date: Wed, 16 Jan 2002 02:18:17 GMT Xref: archiver1.google.com comp.lang.ada:18954 Date: 2002-01-16T02:18:17+00:00 List-Id: Since you repeated the phrase: compiler/debugger (adagide/gdb) twice, it occurs to me... perhaps you are confused. AdaGide is NOT a compiler. AdaGide is an IDE that invokes a compiler. You can certainly invoke GNAT from the command line or a number of other IDE's. >From windows you can open up a command prompt and type: gnatmake hello To create an executable from the source file hello.adb. Is there some reason GNAT does not satisfy your needs? I'm curious to know. SteveD "hongxun lee" wrote in message news:a229aj$n54$1@charm.magnus.acs.ohio-state.edu... > Sorry for the misleading Qs. > > > What do you mean by "unix version Ada compiler"? > Is there an Ada compiler running under Cygwin or mingw? Not the GNAT Ada95 > compiler/debugger (adagide/gdb) for windows. > > > What is it about Unix that is inconvenient? > i'm a beginner of unix, haven't got used to the command line format of unix > yet. That is what i really mean. > > > > Does MinGW make sense ? > > Yes. So does Cygwin. Depends on what you are doing. > > Is there Ada compiler running under Cygwin or mingw? Not the Ada95 > compiler/debugger (adagide/gdb) for windows. > > Thank you >