From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "youKnowme" Newsgroups: gmane.emacs.help Subject: Newbie error compiling program Date: Sat, 7 Feb 2004 17:08:56 -0000 Organization: blueyonder (post doesn't reflect views of blueyonder) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076174384 19247 80.91.224.253 (7 Feb 2004 17:19:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2004 17:19:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 18:19:40 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ApW7I-0007am-00 for ; Sat, 07 Feb 2004 18:19:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApW5o-0006gR-Sq for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2004 12:18:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer01.lnd.ops.eu.uu.net!lnewsinpeer00.lnd.ops.eu.uu.net!emea.uu.net!mephistopheles.news.clara.net!news.clara.net!news-hub.cableinet.net!blueyonder!internal-news-hub.cableinet.net!news-binary.blueyonder.co.uk!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-NNTP-Posting-Host: 82.37.91.164 Original-X-Complaints-To: abuse@blueyonder.co.uk Original-X-Trace: news-binary.blueyonder.co.uk 1076173735 82.37.91.164 (Sat, 07 Feb 2004 17:08:55 GMT) Original-NNTP-Posting-Date: Sat, 07 Feb 2004 17:08:55 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:120751 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16699 I am using emacs to compile a simple 'hello world' program in c++ mode. When I type the command to compile the source file I get this error message: 'cd ~/ make -k make *** no input targets specified and no makefile found. Stop. compilation exited abnormally with code 2 at (time / date).' Can anyone tell me how to fix this problem please.? Thanks in advance.