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,b4846bde7eaac045,start X-Google-Attributes: gid103376,public From: brian Subject: gnat on linux (strange problems and behaviour) Date: 1999/08/11 Message-ID: <37B0B4CB.E15ECC72@billybob.demon.co.uk>#1/1 X-Deja-AN: 511240520 Content-Transfer-Encoding: 7bit X-NNTP-Posting-Host: billybob.demon.co.uk:194.222.76.2 X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 934327396 nnrp-11:28734 NO-IDENT billybob.demon.co.uk:194.222.76.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-08-11T00:00:00+00:00 List-Id: I read with interest the postings a few weeks ago where problems were encountered with running Gnat on Redhat Linux. I have just upgraded to Slackware 2.2.6 from 2.0.36. I seem to have run into problems reinstalling gnat and getting it to work satisfactory. 1) I am using gnat-3.11p-i686-pc-linux-gnu-bin ( but have also tried the other libc1 version) 2) I cannot even get the script doconfig to work. It complains bash: doconfig: command not found (permissions seem ok) if I do a "sh doconfig" I get this doconfig: syntax error near unexpected token `$<' doconfig: doconfig: line 28: `set x = $<' 3) So I just did a "make" and all seemed well. However I cannot get even the simplest executables to run from the command line in a xterm. I have to run them from the grasp window (grasp is the editor I use to code programs) to work. Even executables I compiled before the upgrade are having this trouble. Could I be missing something really basic? Is the problem related to using the "make" command and bypassing the doconfig/doinstall step? A problem with the KDE desktop which is new to me? Any help greatly appreciated Regards Brian