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,start X-Google-Attributes: gid103376,public From: hhk209@sparky.cs.nyu.edu () Subject: invoke gnatmake under emacs Date: 1999/10/31 Message-ID: #1/1 X-Deja-AN: 542843123 X-Trace: typhoon.nyu.edu 941403759 128.122.20.15 (Sun, 31 Oct 1999 16:02:39 EDT) Organization: New York University NNTP-Posting-Date: Sun, 31 Oct 1999 16:02:39 EDT Newsgroups: comp.lang.ada Date: 1999-10-31T00:00:00+00:00 List-Id: Is there anyway I can compile my program WITHIN emacs? Currently, I can compile my program inside the shell, but when I invoke compile command in emacs, I got the following: cd /home/hhk209/programLang/hmk1/ gnatmake test2.ada .mycshrc: No such file or directory. gnatmake: Command not found Similar question. is ada fully integrated into gdb like the way c++ and c does? if not, what kind of software / setting do I need to do? Thanks in adance Harv