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,1a0a0bf88602ac2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-31 16:46:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!nnxp1.twtelecom.net!news-east.rr.com!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.128.8.70!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <1012423765.230855@pike> Subject: Re: [Verdix/VADS] The -e command line switch X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 01 Feb 2002 00:44:04 GMT NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 1012524244 66.31.5.146 (Thu, 31 Jan 2002 19:44:04 EST) NNTP-Posting-Date: Thu, 31 Jan 2002 19:44:04 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:19449 Date: 2002-02-01T00:44:04+00:00 List-Id: I seem to recall ada -e filename.ada Giving output where error messages and the source code that caused the error along with a little text arrow pointing at the column were all in the output of the compiler. So, if you are porting to a new compiler, I think you can ignore it. (Not sure if there was/is a -e to a.make that does something else) wrote in message news:1012423765.230855@pike... > Sorry, I am not using Verdix and do not have access to documentation to it. Does the -e switch do anything significant do you know, or on other compilers will everything be fine without looking for an equivalent? > Thanks. >