From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksander Gavenko Newsgroups: gmane.emacs.help Subject: Re: How to compile this simple program in GNU emacs Date: Sat, 02 Feb 2008 22:43:09 +0200 Organization: Aioe.org NNTP Server Message-ID: 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202003189 4692 80.91.229.12 (3 Feb 2008 01:46:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Feb 2008 01:46:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 03 02:46:50 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 1JLTwY-0006vZ-9j for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Feb 2008 02:46:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLTw6-0003JZ-L0 for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Feb 2008 20:46:22 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: s1eokAdAsa7yw6YPxligoA.user.aioe.org Original-X-Complaints-To: abuse@aioe.org In-Reply-To: User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) Original-Xref: shelby.stanford.edu gnu.emacs.help:155804 X-Mailman-Approved-At: Sat, 02 Feb 2008 20:44:11 -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:51182 Archived-At: Try this Makefile run: newone echo -e "45\n" | ./$@ newone: newone.c gcc -o $@ $< put it in directory where your newone.c and type M-x compile.