From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: Re: NT Emacs make problem.. Date: 11 Jun 2002 13:11:23 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <9735-Wed05Jun2002210858+0300-eliz@is.elta.co.il> <200206070044.g570igm25650@aztec.santafe.edu> <5567-Fri07Jun2002163738+0300-eliz@is.elta.co.il> <200206081915.g58JF3228747@aztec.santafe.edu> <200206101014.g5AAEOd01405@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023815906 26345 127.0.0.1 (11 Jun 2002 17:18:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Jun 2002 17:18:26 +0000 (UTC) Cc: eliz@is.elta.co.il, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HpHm-0006qn-00 for ; Tue, 11 Jun 2002 19:18:26 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HpfB-0004Ss-00 for ; Tue, 11 Jun 2002 19:42:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HpBh-00073P-00; Tue, 11 Jun 2002 13:12:09 -0400 Original-Received: from phys-mail1.physics.umd.edu ([129.2.42.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HpB6-0006uy-00; Tue, 11 Jun 2002 13:11:32 -0400 Original-Received: from student1.physics.umd.edu (root@student1.physics.umd.edu [129.2.172.16]) by phys-mail1.physics.umd.edu (8.10.1/8.10.1) with ESMTP id g5BHBNA09529; Tue, 11 Jun 2002 13:11:23 -0400 (EDT) Original-Received: from student1.physics.umd.edu (sendmail@localhost [127.0.0.1]) by student1.physics.umd.edu (8.9.3/8.9.3) with SMTP id NAA18348; Tue, 11 Jun 2002 13:11:23 -0400 (EDT) Original-Received: (from deego@localhost) by student1.physics.umd.edu (8.9.3/8.9.3) id NAA10088; Tue, 11 Jun 2002 13:11:23 -0400 (EDT) X-Authentication-Warning: student1.physics.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: rms@gnu.org In-Reply-To: <200206101014.g5AAEOd01405@aztec.santafe.edu> Original-Lines: 41 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4753 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4753 > Sure, i shall write down all the 'directions' that emerge from this > thread into that INSTALL-CVS i posted, and finally post the completed > INSTALL-CVS to the list.. > > Please do. However, if it is as simple as it seems to be, we need not > fuss with a license notice. They are not needed on very small files. 'COPYING NOTICE' removed. > > We may not need any more directions Cool, we are done with this file then :). I am including the file at the end of this mail. perhaps, Could the maintainers please install it? Have a good day, DG -- ==================================================== Building and Installing Emacs from the CVS Copyright (c) 2001 Free Software Foundation, Inc. The build-instructions for a release and CVS are slightly different. The tarball in an Emacs release usually contains byte-compiled code for some of the files. However, for the files checked out from CVS, there are no byte-compiled files. To build emacs from a CVS checkout, follow the instructions as you would for the tarball, except that replace the initial 'make' by 'make bootstrap', e.g.: $ ./configure $ make bootstrap