unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Subject: Re: java and M-x compile
Date: Sat, 1 Oct 2005 10:32:19 +1200	[thread overview]
Message-ID: <17213.48371.810912.8686@kahikatea.snap.net.nz> (raw)


> > It might mean that make typically comes with standard defaults, so
> > e.g., knows to run a C compiler on .c files.
> >

> Even when you know how to enter a train: how will you be able to arrive 
> at your target destination when you neither know it nor how many times 
> and where you have to change into which other trains?

> A makefile is needed!

I don't know about trains but on GNU/Linux or Unix if you type:

make myprog

and you have an executable called myprog.c in that directory, make will
find and compile it:

nickrob/34 make myprog
cc     myprog.c   -o myprog
nickrob/35

Nick

             reply	other threads:[~2005-09-30 22:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-30 22:32 Nick Roberts [this message]
     [not found] <mailman.9218.1128074423.20277.help-gnu-emacs@gnu.org>
2005-09-30 13:07 ` java and M-x compile kgold
2005-09-30 15:21   ` Peter Dyballa
2005-10-01 13:10 ` isuy
2005-10-01 13:14   ` isuy
2005-10-01 14:46     ` Lennart Borgman
  -- strict thread matches above, loose matches on Subject: below --
2005-09-30  9:37 LENNART BORGMAN
2005-09-30 11:28 ` Peter Dyballa
2005-09-30 11:48   ` Lennart Borgman
     [not found] ` <mailman.9226.1128080585.20277.help-gnu-emacs@gnu.org>
2005-10-02 11:11   ` Lee Sau Dan

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=17213.48371.810912.8686@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    /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).