From xemacs-m  Tue Feb 11 12:59:37 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA24816
	for <xemacs-beta@xemacs.org>; Tue, 11 Feb 1997 12:59:35 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id TAA29923; Tue, 11 Feb 1997 19:59:32 +0100 (MET)
Sender: hniksic@public.srce.hr
To: xemacs-beta@xemacs.org
Subject: Re: Multiple Architectures
References: <199702111830.NAA03589@swapsdvlp02.ny-swaps-develop.ml.com>
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nAEL1M(".[qvI#a2E
 6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/XvhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 11 Feb 1997 19:59:31 +0100
In-Reply-To: "Brent B. Powers"'s message of Tue, 11 Feb 1997 13:30:49 -0500
Message-ID: <kign2tbuq24.fsf@jagor.srce.hr>
Lines: 29
X-Mailer: Gnus v5.4.12/XEmacs 19.14

"Brent B. Powers" <powers@ml.com> writes:

> Pardon my ignorance, but does anyone have an easy way of doing makes
> for multiple architectures? I need to build for both SunOS and
> Solaris, and remaking the entire distribution each time is getting on
> my poor frazzled nerves.

On Solaris:

cd xemacs-20.0
mkdir solaris
cd solaris
../configure; make
./src/xemacs

On SunOS:
cd xemacs-20.0
mkdir sunos
cd sunos
../configure; make
./src/xemacs

The XEmacs configuration will make all the symbolic links, and stuff.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Thou Who might be our Father Who perhaps may be in Heaven...
                                                  -- Zelazny

