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,start X-Google-Attributes: gid103376,public From: Nicholas Donovan Subject: Linux (kernel 2.0.35) ,gcc and gnat issues.... Date: 1998/07/19 Message-ID: <35B2AE5F.BD2651A@itccorp.com>#1/1 X-Deja-AN: 373038377 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-07-19T00:00:00+00:00 List-Id: Please excuse me if this has been already covered as I am new to this list and to ADA Programming in general. I am using Red Hat Linux 5.1 with gcc-2.7.2.3-11 glibc-2.0.7-19 and gnat-3.09-2. I have the latest version of GRASP (a development environment similar to emacs.), I have read the Ada Tutorial that accompanies it and there is no mention of this error or what I might be doing wrong in my linking. Again I am very new to Ada and would like to learn this very much. Any help or pointers on this would be appreciated :-) Anything I try issues the same message re: Linking not done. When I try to compile my programs I receive the following error... simple source code: with Text_IO; use Text_IO; procedure Hello is begin Put_Line ("Hello Program!"); end Hello; " gcc -c hello.adb gcc: hello.adb: linker input file unused since linking not done " 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 " Could someone please steer me in the right direction? I think it's a probably a minor argument I'm missing or somehow my linking must be off but I have read the tutorials, browsed the newsgroups but am unable to find the solution. but then again I'm very new to all this. :-) Thanks, Nick