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,e180d2069e791dd7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-18 13:55:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!feed.news.nacamar.de!newsfeed01.sul.t-online.de!t-online.de!lnewspeer01.lnd.ops.eu.uu.net!news!lnewsfeed00.lnd.ops.eu.uu.net!lnewsifeed00.lnd.ops.eu.uu.net!lnewspost00.lnd.ops.eu.uu.net!emea.uu.net!not-for-mail From: "Steve Graham" Newsgroups: comp.lang.ada References: <3e77869a$0$236$cc9e4d1f@news.dial.pipex.com> Subject: Re: "Unknown Command: -quiet" in mingw Date: Tue, 18 Mar 2003 21:51:20 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <3e7794b1$0$4861$cc9e4d1f@news.dial.pipex.com> NNTP-Posting-Host: usercg116.dsl.pipex.com X-Trace: 1048024241 news.dial.pipex.com 4861 62.190.238.116 X-Complaints-To: abuse@uk.uu.net Xref: archiver1.google.com comp.lang.ada:35488 Date: 2003-03-18T21:51:20+00:00 List-Id: Sorry Solved I had set it up wrong "Steve Graham" wrote in message news:3e77869a$0$236$cc9e4d1f@news.dial.pipex.com... > Hi > > I have just setup GNAT on my mingw installation on My Windows XP machine. > > The trouble is that when I try to compile a program with this line: > > gcc -c helloworld.adb > > I get this error mesage: > > gnat1: Unknown command: -quiet > > Have I simply not setup the compiler correctly or is there a more seriouse > problem? > > Thanks for you help > Steven Graham > > >