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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fa753a141ca69761 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: Subject: Re: GNAT Mingw32 link error? Date: Sun, 25 Sep 2005 18:33:50 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 NNTP-Posting-Host: 200.80-202-220.nextgentel.com X-Original-NNTP-Posting-Host: 200.80-202-220.nextgentel.com Message-ID: <4336d19c$1@news.broadpark.no> X-Trace: news.broadpark.no 1127666076 200.80-202-220.nextgentel.com (25 Sep 2005 18:34:36 +0200) Path: g2news1.google.com!news4.google.com!news.glorb.com!news.moat.net!news.newsroutes.com!sxnews1.qg.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no Xref: g2news1.google.com comp.lang.ada:5148 Date: 2005-09-25T18:33:50+02:00 List-Id: "GED" wrote in message news:MPG.1da08e52366e42e3989680@news.peoplepc.com... > I'm getting the following error... > > E:\Temp3\Examples>gnat make hello.adb Hi There is a space between gnat and make. Try gnatmake in one word. Frank