[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.
- gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb,
Suvayu Ali <=
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Suvayu Ali, 2014/10/21
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Jacob Gerlach, 2014/10/21
- Message not available
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/21
- Re: gdb emacs no such file or directory gdb, Mike, 2014/10/22
- Re: gdb emacs no such file or directory gdb, John Mastro, 2014/10/22
- Re: gdb emacs no such file or directory gdb, John Mastro, 2014/10/22
Re: gdb emacs no such file or directory gdb, Mike, 2014/10/22