From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: AW: emacs-21.4a.tar Date: Thu, 31 Aug 2006 08:52:19 +0200 Message-ID: <9773EFADA4FF6C43A49824D50B1539A70172F9F7@exbe04.intra.dlr.de> References: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0733297841==" X-Trace: sea.gmane.org 1157007186 8906 80.91.229.2 (31 Aug 2006 06:53:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2006 06:53:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 31 08:53:04 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 1GIgQB-0003v2-9g for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Aug 2006 08:53:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIgQA-0007Jh-Ks for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Aug 2006 02:53:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIgPw-0007Jc-4E for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 02:52:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIgPu-0007JQ-Vt for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 02:52:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIgPu-0007JN-Oh for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 02:52:46 -0400 Original-Received: from [195.37.61.187] (helo=smtp-3.dlr.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GIgZT-0005oX-EX for help-gnu-emacs@gnu.org; Thu, 31 Aug 2006 03:02:39 -0400 Original-Received: from exbe04.intra.dlr.de ([192.168.35.37]) by smtp-3.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Aug 2006 08:52:41 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7232.53 Content-class: urn:content-classes:message In-Reply-To: <5d6eced90608302149r4dff3294o6847fe25e0baf07a@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: emacs-21.4a.tar Thread-Index: AcbMuOH3QUJeAlZdQpeYiI84P2106wAEHnug Original-To: , X-OriginalArrivalTime: 31 Aug 2006 06:52:41.0343 (UTC) FILETIME=[0DC9D8F0:01C6CCCA] 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:37076 Archived-At: This is a multi-part message in MIME format. --===============0733297841== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6CCCA.00EDC857" This is a multi-part message in MIME format. ------_=_NextPart_001_01C6CCCA.00EDC857 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable look at the email-faq =20 http://www.gnu.org/software/emacs/emacs.html#HelpFAQ =20 there you will find in section 7 the instructions i pasted below =20 greetings from munich christian =20 7 Compiling and installing Emacs ******************************** 7.1 How do I install Emacs? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D This answer is meant for users of Unix and Unix-like systems. Users of other operating systems should see the series of questions beginning with *Note Emacs for MS-DOS::, which describe where to get non-Unix source and binaries, and how to install Emacs on those systems. For Unix and Unix-like systems, the easiest way is often to compile it from scratch. You will need: * Emacs sources. *Note Current GNU distributions::, for a list of ftp sites that make them available. On `ftp.gnu.org', the main GNU distribution site, sources are available as `ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.1.tar.gz' The above will obviously change as new versions of Emacs come out. For instance, when Emacs 21.42 is released, it will most probably be available as `ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.42.tar.gz' Again, you should use one of the GNU mirror sites (see *Note Current GNU distributions::, and adjust the URL accordingly) so as to reduce load on `ftp.gnu.org'. * `gzip', the GNU compression utility. You can get `gzip' via anonymous ftp at mirrors of `ftp.gnu.org' sites; it should compile and install without much trouble on most systems. Once you have retrieved the Emacs sources, you will probably be able to uncompress them with the command gunzip --verbose emacs-21.1.tar.gz changing the Emacs version (21.1), as necessary. Once `gunzip' has finished doing its job, a file by the name of `emacs-21.1.tar' should be in your build directory. * `tar', the "tape archiving" program, which moves multiple files into and out of archive files, or "tarfiles". All of the files comprising the Emacs source come in a single tarfile, and must be extracted using `tar' before you can build Emacs. Typically, the extraction command would look like tar -xvvf emacs-21.1.tar The `x' indicates that we want to extract files from this tarfile, the two `v's force verbose output, and the `f' tells `tar' to use a disk file, rather than one on the tape drive. If you're using GNU `tar' (available at mirrors of `ftp.gnu.org'), you can combine this step and the previous one by using the command tar -zxvvf emacs-21.1.tar.gz The additional `z' at the beginning of the options list tells GNU `tar' to uncompress the file with `gunzip' before extracting the tarfile's components. At this point, the Emacs sources (all 70+ megabytes of them) should be sitting in a directory called `emacs-21.1'. On most common Unix and Unix-like systems, you should be able to compile Emacs (with X Window system support) with the following commands: cd emacs-21.1 # change directory to emacs-21.1 ./configure # configure Emacs for your particular system make # use Makefile to build components, then Emacs If the `make' completes successfully, the odds are fairly good that the build has gone well. (*Note Problems building Emacs::, if you weren't successful.) By default, Emacs is installed in the following directories: `/usr/local/bin' binaries. `/usr/local/share/emacs/21.1' Lisp code and support files. `/usr/local/info' Info documentation. To install files in those default directories, become the superuser and type make install Note that `make install' will overwrite `/usr/local/bin/emacs' and any Emacs Info files that might be in `/usr/local/info'. Much more verbose instructions (with many more hints and suggestions) come with the Emacs sources, in the file `INSTALL'. ________________________________ Von: help-gnu-emacs-bounces+c.strobl=3Ddlr.de@gnu.org [mailto:help-gnu-emacs-bounces+c.strobl=3Ddlr.de@gnu.org] Im Auftrag von Arun kumar Gesendet: Donnerstag, 31. August 2006 06:49 An: help-gnu-emacs@gnu.org Betreff: emacs-21.4a.tar HI, =20 I want to install emacs, so i downloaded "emacs-21.4a.tar" from the ftp site. =20 As i am new to this,let me know how should i proceed with to install this in my solaris box.. =20 Thanks in advance =20 arun.c ------_=_NextPart_001_01C6CCCA.00EDC857 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable
look at the email-faq
 
http://www.= gnu.org/software/emacs/emacs.html#HelpFAQ
 
there you will find in section 7 the = instructions i pasted=20 below
 
greetings from munich
christian
 
7 Compiling =
and installing Emacs
********************************

7.1 How do I install Emacs?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D

   This answer is meant for users of Unix and Unix-like systems.  Users
of other operating systems should see the series of questions beginning
with *Note Emacs for MS-DOS::, which describe where to get non-Unix
source and binaries, and how to install Emacs on those systems.

   For Unix and Unix-like systems, the easiest way is often to compile
it from scratch.  You will need:

   * Emacs sources.  *Note Current GNU distributions::, for a list of
     ftp sites that make them available.  On `ftp.gnu.org', the main GNU
     distribution site, sources are available as

     `ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.1.tar.gz'

     The above will obviously change as new versions of Emacs come out.
     For instance, when Emacs 21.42 is released, it will most probably
     be available as

     `ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.42.tar.gz'

     Again, you should use one of the GNU mirror sites (see *Note
     Current GNU distributions::, and adjust the URL accordingly) so as
     to reduce load on `ftp.gnu.org'.

   * `gzip', the GNU compression utility.  You can get `gzip' via
     anonymous ftp at mirrors of `ftp.gnu.org' sites; it should compile
     and install without much trouble on most systems.  Once you have
     retrieved the Emacs sources, you will probably be able to
     uncompress them with the command

          gunzip --verbose emacs-21.1.tar.gz

     changing the Emacs version (21.1), as necessary.  Once `gunzip'
     has finished doing its job, a file by the name of `emacs-21.1.tar'
     should be in your build directory.

   * `tar', the "tape archiving" program, which moves multiple files
     into and out of archive files, or "tarfiles".  All of the files
     comprising the Emacs source come in a single tarfile, and must be
     extracted using `tar' before you can build Emacs.  Typically, the
     extraction command would look like

          tar -xvvf emacs-21.1.tar

     The `x' indicates that we want to extract files from this tarfile,
     the two `v's force verbose output, and the `f' tells `tar' to use
     a disk file, rather than one on the tape drive.

     If you're using GNU `tar' (available at mirrors of `ftp.gnu.org'),
     you can combine this step and the previous one by using the command

          tar -zxvvf emacs-21.1.tar.gz

     The additional `z' at the beginning of the options list tells GNU
     `tar' to uncompress the file with `gunzip' before extracting the
     tarfile's components.


   At this point, the Emacs sources (all 70+ megabytes of them) should
be sitting in a directory called `emacs-21.1'.  On most common Unix and
Unix-like systems, you should be able to compile Emacs (with X Window
system support) with the following commands:

     cd emacs-21.1       # change directory to emacs-21.1
     ./configure         # configure Emacs for your particular system
     make                # use Makefile to build components, then Emacs

   If the `make' completes successfully, the odds are fairly good that
the build has gone well.  (*Note Problems building Emacs::, if you
weren't successful.)

   By default, Emacs is installed in the following directories:

`/usr/local/bin'
     binaries.

`/usr/local/share/emacs/21.1'
     Lisp code and support files.

`/usr/local/info'
     Info documentation.

   To install files in those default directories, become the superuser
and type

     make install

   Note that `make install' will overwrite `/usr/local/bin/emacs' and
any Emacs Info files that might be in `/usr/local/info'.

   Much more verbose instructions (with many more hints and suggestions)
come with the Emacs sources, in the file =
`INSTALL'.


Von:=20 help-gnu-emacs-bounces+c.strobl=3Ddlr.de@gnu.org=20 [mailto:help-gnu-emacs-bounces+c.strobl=3Ddlr.de@gnu.org] Im Auftrag = von=20 Arun kumar
Gesendet: Donnerstag, 31. August 2006=20 06:49
An: help-gnu-emacs@gnu.org
Betreff:=20 emacs-21.4a.tar

HI,
 
   I want to install emacs, so i downloaded=20  "emacs-21.4a.tar" from the ftp site.
 
As i am new to this,let me know how should i proceed with to = install this=20 in my solaris box..
 
Thanks in advance
 
arun.c
------_=_NextPart_001_01C6CCCA.00EDC857-- --===============0733297841== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0733297841==--