From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: Re: How to compile this simple program in GNU emacs Date: Mon, 28 Jan 2008 02:54:57 -0800 (PST) Organization: http://groups.google.com Message-ID: <42a66b38-2b52-4a44-a512-7f2530b74b9c@q39g2000hsf.googlegroups.com> References: <1b4ef437-03d1-4370-ab14-f95e222fa4f3@e23g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201545590 3094 80.91.229.12 (28 Jan 2008 18:39:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 18:39:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 28 19:40:09 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJYtq-0004wO-AN for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 19:40:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJYtP-0005IH-Hy for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 13:39:39 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q39g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 3 Original-NNTP-Posting-Host: 130.243.110.189 Original-X-Trace: posting.google.com 1201517698 28250 127.0.0.1 (28 Jan 2008 10:54:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 28 Jan 2008 10:54:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q39g2000hsf.googlegroups.com; posting-host=130.243.110.189; posting-account=bya98wkAAACJWL6KEtoqPrK4bAB4cqRu User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.50 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155642 X-Mailman-Approved-At: Mon, 28 Jan 2008 13:37:43 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51033 Archived-At: To run your program after compilation, I think it's better to open an OS shell and run it there. Either "M-x shell" to get a shell in Emacs, or just access the command line in the usual way of your OS.