From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Newsgroups: gmane.emacs.help Subject: gdb emacs no such file or directory gdb Date: Mon, 20 Oct 2014 17:12:59 -0700 (PDT) Message-ID: <862bfff5-fd71-40f4-afa3-ae22c7bac5af@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413865390 29680 80.91.229.3 (21 Oct 2014 04:23:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2014 04:23:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 06:23:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgQyJ-00060v-TS for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2014 06:23:00 +0200 Original-Received: from localhost ([::1]:47810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgQyJ-0005uT-Fm for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2014 00:22:59 -0400 X-Received: by 10.182.81.37 with SMTP id w5mr21182037obx.29.1413850379794; Mon, 20 Oct 2014 17:12:59 -0700 (PDT) X-Received: by 10.182.94.205 with SMTP id de13mr9933obb.23.1413850379653; Mon, 20 Oct 2014 17:12:59 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no8196348igc.0!news-out.google.com!rp1ni32382igb.0!nntp.google.com!uq10no14610901igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.97.124.12; posting-account=b7cVTQoAAACtiB8NWNbSevhDsLKeO9Lu Original-NNTP-Posting-Host: 129.97.124.12 User-Agent: G2/1.0 Injection-Date: Tue, 21 Oct 2014 00:12:59 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208247 X-Mailman-Approved-At: Tue, 21 Oct 2014 00:22:50 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100522 Archived-At: Hi guys, I have just decided to use Emacs and GDB for my FORTRAN coding. Everything = seem to work perfectly, but the GDB and Emacs integration. I know GDB is wo= rking fine since I can operate it in terminal, but as soon as I try to use = it in Emacs I get "no such file or directory gdb". This problem is probably related to disagreement between the PATH in a shel= l and my Emacs exec-path as already discussed in https://groups.google.com= /forum/#!topic/gnu.emacs.help/WkjoK2L57rE. Unfortunately, I do not know how to set the PATH in Emacs. However, I tried= the following from above link that did not work: "There is also a way to launch GNU Emacs from the Terminal (has the correct= path) =E0 la:=20 open /Applications/Emacs.app=20 Then it will inherit $PATH's value and set exec-path accordingly. (Mac OS X= misses some understanding of setting paths on an UNIX system.)=20 " Does any one know how can I solve the problem? Any help on this would be much appreciated.=20 Kind regards=20 Mike