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: Nicholas Donovan Subject: Re: Linux (kernel 2.0.35) ,gcc and gnat issues.... Date: 1998/07/20 Message-ID: <35B33D99.9CEB3B7C@itccorp.com>#1/1 X-Deja-AN: 373145766 Content-Transfer-Encoding: 7bit References: <35B2AE5F.BD2651A@itccorp.com> <6oumj4$6mh@drn.newsguy.com> Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-07-20T00:00:00+00:00 List-Id: nabbasi@earthlink.net wrote: > > In article <35B2AE5F.BD2651A@itccorp.com>, Nicholas says... > > >When I try to compile my programs I receive the following error... > > > .. > >" gcc -c hello.adb > >gcc: hello.adb: linker input file unused since linking not done " > > > > this sounds like you have an installation problem. also gnat 3.09 does not > work with glib.c which red hat 5+ is based on. btw, you should download gnat > 3.10p. > > >also if I try > > " gnatmake -f hello.adb > >gcc -c hello.adb > >gcc: hello.adb: linker input file unused since linking not done > >gnatmake: "hello.ali" WARNING file not found after compile " > > > > again, it sounds like installation problem, or you dont have your > environment variables set up right. make sure you follow the instructions > carfully on how to install and set up the env. variables. > > check the gnat chat list (http://www.gnat.com) for pointers on what > you need to change to make gnat link ok on red hat 5 systems. > > Nasser Thanks I'll do that! :-)