help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb emacs no such file or directory gdb


From: Suvayu Ali
Subject: Re: gdb emacs no such file or directory gdb
Date: Tue, 21 Oct 2014 08:44:15 +0200
User-agent: Mutt/1.5.23.1 (2014-03-12)

On Mon, Oct 20, 2014 at 05:12:59PM -0700, Mike wrote:
> 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 
> working 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 shell 
> and my Emacs exec-path as already discussed in  
> https://groups.google.com/forum/#!topic/gnu.emacs.help/WkjoK2L57rE.

Maybe you can try something like this in your init file:

;; set PATH to use standalone texlive instead
(setenv "PATH" "/opt/texlive/2014/bin/x86_64-linux:$PATH" t)

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]