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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5cb1b8da910bab7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-07 13:48:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Glide problems Date: 07 Mar 2001 16:40:53 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3AA60BB7.4116E8A4@capgemini.se> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 984002090 17983 128.183.220.71 (7 Mar 2001 21:54:50 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 7 Mar 2001 21:54:50 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: supernews.google.com comp.lang.ada:5519 Date: 2001-03-07T21:54:50+00:00 List-Id: Peter Brylde writes: > Hi, > I have Red Hat 7 that is working without problems on a Dell PC > Have installed all necessary RPM:s on the machine (gnat-3.13p-5.i386.rpm > > and gnat-3.13p-runtime-1-5.i386.rpm) > > The problem is that I can't debug using DDD in Glide. I get an error > saying: > /usr/bin/gnatddd: exec: ddd: not found This is saying it can't find the executable "ddd" in the current path. Can you execute "ddd" outside of Glide? If not, you need to install it. If you can, you need to make sure the path is set correctly in Glide. See the "exec_path" lisp variable. > Also when I run the application and enter som values, pressing > return nothing happens.. You'll have to post some example code, and say what you expect vs what you get, for help with this. > > > Thanks /Peter Brylde > -- -- Stephe