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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,82c0c56bebae23b3,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-21 21:58:16 PST From: "ivan markose" Newsgroups: comp.lang.ada Subject: beginner in GNAT for Windows Date: Tue, 22 Jan 2002 13:57:45 +0800 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: 203.117.128.174 Message-ID: <3c4cff74@news.starhub.net.sg> X-Trace: 22 Jan 2002 13:58:12 +0800, 203.117.128.174 Organization: StarHub Internet Pte Ltd Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!cw-insnet-peer-00!newsvr.starhub.net.sg!news.starhub.net.sg!203.117.128.174 Xref: archiver1.google.com comp.lang.ada:19163 Date: 2002-01-22T13:57:45+08:00 List-Id: I have tried to compile and run the 'Hello world' example given in the User's guide like so: (This being a copy of the action at the DOS prompt) D:\GNAT\bin>gcc -c d:\gnat\hello.adb D:\GNAT\bin>gnatbind hello D:\GNAT\bin>gnatlink hello gnatlink: Couldn't locate gcc Why couldn't gnatlink find gcc especially since there was no complaint the first time ? On the other hand I didn't get very far with the following either: D:\GNAT\bin>gnatmake d:\gnat\hello gnatbind -x hello.ali gnatmake: error, unable to locate gnatbind Any help and further pointers on configuring GNAT for Windows would be appreciated. Thanks Ivan Markose