From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: emacs-21.4a.tar Date: Fri, 01 Sep 2006 08:35:43 -0600 Organization: IHS Message-ID: References: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> <5d6eced90609010204v335b70bkdd7a4b9c94980518@mail.gmail.com> <5d6eced90609010447p72bbfa13j99cf27035f74879a@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157121670 21418 80.91.229.2 (1 Sep 2006 14:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 14:41:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 16:41:09 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJACe-0002H2-Qm for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 16:41:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJACe-0005RD-6b for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 10:41:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJAC3-0005GL-Oy for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:40:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJAC2-0005FY-A0 for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:40:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJAC2-0005FS-21 for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:40:26 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GJALt-0002Yx-Dt for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 10:50:37 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GJABf-00022L-Ln for help-gnu-emacs@gnu.org; Fri, 01 Sep 2006 16:40:03 +0200 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Sep 2006 16:40:03 +0200 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Sep 2006 16:40:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) In-Reply-To: <5d6eced90609010447p72bbfa13j99cf27035f74879a@mail.gmail.com> 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:37107 Archived-At: Arun kumar wrote: > I downloaded emacs again and unpacked the tar.. now ./config is working > fine. But after make install, i saw some problems. i followed the > following steps > > 1) ./configure (worked fine) > 2 ) make (compiled fine) > 3) make install ( permission denied ..) > Permission denied for some files... > so i entered as Super User.. > and again i executed "make install" but the error is > > "make: command not found" > > But i can see the MakeFile there , but why make install is not executed > in SU mode.. Because the directory where the make executable file is, is not in root's PATH. -- Kevin