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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b09296b102b861bc X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: How to compile with GNAT? Date: 2000/11/22 Message-ID: <8vgn9b$nun$1@nnrp1.deja.com>#1/1 X-Deja-AN: 696665993 References: <8veve4$d4r$1@nnrp1.deja.com> <3a1bb508$1@news.vogel.pl> X-Http-Proxy: 1.0 x57.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Nov 22 15:04:15 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001010 Date: 2000-11-22T00:00:00+00:00 List-Id: In article <3a1bb508$1@news.vogel.pl>, =?iso-8859-2?Q?Tomis=B3aw_Kity=F1ski?= wrote: > In article , > I tought it generates executable to stdio, but >hello didn't help > (it goes very probably to stderr) and using -q caused no garbage = Well, I haven't ever used the Amiga port. But on every other port I know of it does *not* send the executable to stdio. "gnatmake hello.adb" should create your executable in a file named "hello.exe" (assuming executables require a ".exe" extension. I've forgotten how the Amiga handled that.) If you are getting garbage to stdout, something is horribly wrong. Perhaps it would be worth trying to download it again. Of the other ports you mentioned, I'd go for the Linux/PC port. Linux is a lot more friendly for software development than Windows9x. Plus, Linux has proper processes, so a flaky compiler won't bring down your whole system. :-) -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.