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,b1808da24e878d70 X-Google-Attributes: gid103376,public From: john@assen.demon.co.uk.nospam (John McCabe) Subject: Re: invoke gnatmake under emacs Date: 1999/11/01 Message-ID: <381e0a74.11588973@news.demon.co.uk>#1/1 X-Deja-AN: 543251773 X-NNTP-Posting-Host: assen.demon.co.uk:158.152.218.101 References: X-Trace: news.demon.co.uk 941493018 nnrp-03:27426 NO-IDENT assen.demon.co.uk:158.152.218.101 Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-11-01T00:00:00+00:00 List-Id: hhk209@sparky.cs.nyu.edu () wrote: >cd /home/hhk209/programLang/hmk1/ >gnatmake test2.ada >.mycshrc: No such file or directory. >gnatmake: Command not found Looks to me like you have a line in your .cshrc file that runs mycshrc e.g.: source .mycshrc If you change that line to: source ~/.mycshrc it may work. The problem is that the path to GNAT is not being set up, probably due to this error. Best Regards John McCabe