From: Pascal Bourguignon <spam@mouse-potato.com>
Subject: Re: M-x compile problem (path problem)
Date: 15 Mar 2005 22:27:08 +0100 [thread overview]
Message-ID: <8764zsha6r.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: d17g1r$b6c$1@news.island.liu.se
"Eric Lilja" <mindcooler_thisshouldberemoved@gmail.com> writes:
> [...]
> But then when I tried to use debug mode (M-x gdb) it didn't find a symbol
> table but I solved that by adding ../name_of_executable to
> Run gdb (like this): gdb --annotate=3 ../name_of_executable
Yes, or put a .gdbinit file along with the executable containing:
directory src
> If I try compile mode (M-x compile) it doesn't work because it cant find the
> Makefile, so I added -f ../Makefile but it still won't work because the
> [...]
> Anyone have any other solutions??
make -C ..
which is equivalent to:
cd .. ; make
--
__Pascal Bourguignon__ http://www.informatimago.com/
Cats meow out of angst
"Thumbs! If only we had thumbs!
We could break so much!"
next prev parent reply other threads:[~2005-03-15 21:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-15 20:20 M-x compile problem (path problem) Eric Lilja
2005-03-15 21:27 ` Pascal Bourguignon [this message]
2005-03-15 22:47 ` Eric Lilja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8764zsha6r.fsf@thalassa.informatimago.com \
--to=spam@mouse-potato.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).