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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,503ad396a3e1e018 X-Google-Attributes: gid103376,public From: "Marin David Condic, 561.796.8997, M/S 731-96" Subject: Re: Lis. output on GNAT Date: 1997/09/25 Message-ID: <97092510151836@psavax.pwfl.com>#1/1 X-Deja-AN: 275478416 Sender: Ada programming language Comments: To: Phian@btinternet.com X-VMS-To: SMTP%"INFO-ADA@VM1.NODAK.EDU" X-VMS-Cc: SMTP%"Phian@BTINTERNET.COM",CONDIC Newsgroups: comp.lang.ada Date: 1997-09-25T00:00:00+00:00 List-Id: Ian Preston writes: >Sorry if this is a really obvious question, but when invoking the >-gnatl option on GNAT > >i.e. gcc -gnatl hello.adb > >how do you get the resulting list file into a textfile that can be >printed out or whatever ?? > This is going to be a little bit dependent on operating system. The bulk of the GNAT ports are to some flavor of Unix or Unix-like O.S. Hence it's really the rules of redirecting output under Unix that come into play. Try this: gcc -gnatl hello.adb >hello.lis The ">" should send the standard output to the file "hello.lis" MDC Marin David Condic, Senior Computer Engineer ATT: 561.796.8997 Pratt & Whitney GESP, M/S 731-96, P.O.B. 109600 Fax: 561.796.4669 West Palm Beach, FL, 33410-9600 Internet: CONDICMA@PWFL.COM =============================================================================== "Cross country skiing is great if you live in a small country." -- Steven Wright ===============================================================================