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 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: gnat on linux (strange problems and behaviour) Date: 1999/08/12 Message-ID: #1/1 X-Deja-AN: 511753733 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <37B0B4CB.E15ECC72@billybob.demon.co.uk> X-Trace: news.demon.co.uk 934439388 nnrp-01:11298 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-08-12T00:00:00+00:00 List-Id: brian writes: > 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) Try "./doconfig" instead of just "doconfig"? (ie, is "." on your path?) > if I do a "sh doconfig" I get this > doconfig: syntax error near unexpected token `$<' > doconfig: doconfig: line 28: `set x = $<' Looks like a csh construct. If you look at the top of doconfig, what does it say? I only have gnat-3.11p-i386-pc-solaris2.6-bin here, which requires csh not sh. try "csh doconfig" > 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? Sounds like a shared library path problem; a proper installation will probably fix this.