From xemacs-m  Mon Dec 30 23:23:50 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id XAA20252 for <xemacs-beta@xemacs.org>; Mon, 30 Dec 1996 23:23:48 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id VAA14637; Mon, 30 Dec 1996 21:34:13 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: 19.15 on cray c90 with unicos
References: <rvsp4nqpi4.fsf@sdnp5.ucsd.edu>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: David Moore's message of 30 Dec 1996 20:58:11 -0800
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Dec 1996 21:34:11 -0800
Message-ID: <m2pvzrgtv0.fsf@altair.xemacs.org>
Lines: 54
X-Mailer: Red Gnus v0.72/XEmacs 19.15

>>>>> "David" == David Moore <dmoore@UCSD.EDU> writes:

David> 	I'm trying to build 19.15 on a c90, and before I go writing m
David> and s files, I was wondering if anyone already has some.  Cray ships
David> with emacs (19.28), but I don't see appropriate s&m headers in the gnu
David> emacs distribution either.  So it's possibly cray internal?

Yes!  I knew there was a way to make XEmacs fast!  :-)

It cannot possibly be cray internal, the sources have to be made
available somewhere.  (Timeout for a dejanews search ...) Try this:
	ftp://ftp.cray.com/src/emacs/emacs.tar.gz

Here is the README file in that directory:

emacs.tar.gz contains emacs version 19.28. 'gunzip' the compressed
tar file then 'tar -xvf emacs.tar'. 

To build and replace existing emacs on the Crays, run 'nmake install'
in the emacs directory.  

To build and install to an alternate location (not overwriting the 
existing emacs on the system), modify emacs/src/paths.h file before 
starting the build process. Edit emacs/src/paths.h to reflect your 
choice of directory. Also set ROOT environment variable to the root 
of your alternate directory. e.g.,

	choose:

	/usr/local/gnu/usr/bin as alternate location to install emacs 
		executables,
	/usr/local/gnu/usr/lib/emacs as alternate location for emacs
                info,...

	edit emacs/src/paths.h:
		#define PATH_LOADSEARCH "/usr/local/gnu/usr/lib/emacs/lisp"
                #define PATH_EXEC "/usr/local/gnu/usr/lib/emacs/lib-src"
                #define PATH_DOC  "/usr/local/gnu/usr/lib/emacs/etc"
		#define PATH_LOCK "/usr/local/gnu/usr/lib/emacs/lock/"
		#define PATH_INFO "/usr/local/gnu/usr/lib/emacs/info"

	set ROOT variable:
		export ROOT=/usr/local/gnu

	run: 'nmake install' in the emacs directory.
 



-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

