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,d4b4d47813d3b1b4 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Linux (kernel 2.0.35) ,gcc and gnat issues.... Date: 1998/07/20 Message-ID: #1/1 X-Deja-AN: 373586062 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <35B2AE5F.BD2651A@itccorp.com> X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 901047593 nnrp-08:11166 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada Date: 1998-07-20T00:00:00+00:00 List-Id: Nicholas Donovan writes: > " gcc -c hello.adb > gcc: hello.adb: linker input file unused since linking not done " This means that the gcc you are using doesn't know that .ad[bs] files are Ada source that need to be passed to the Ada front-end. Perhaps you need [probably only while doing Ada stuff] to put the installed binary directory (the one that has the gnatmake you are executing in it; try "which gnatmake" to show you) /first/ in your path.