From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dave Uhring" Newsgroups: gmane.emacs.help Subject: Re: Has anyone actually built emacs 21.3 for SOLARIS (sparc)? Date: Tue, 20 May 2003 13:39:51 -0500 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1053457315 28365 80.91.224.249 (20 May 2003 19:01:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 19:01:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 20 21:01:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ICEg-0006is-00 for ; Tue, 20 May 2003 20:53:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IC2O-0007ev-Ii for gnu-help-gnu-emacs@m.gmane.org; Tue, 20 May 2003 14:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.unix.solaris User-Agent: Pan/0.13.94 (God will roast their stomachs in Hell) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 38 Original-Xref: shelby.stanford.edu gnu.emacs.help:113439 comp.unix.solaris:442528 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9935 On Tue, 20 May 2003 12:41:17 -0400, David Combs wrote: > I'm having difficulties getting emacs 21.3 to compile, > load, etc -- and am getting complaints about a missing > lib: > > ../lisp/textmodes/text-mode.elc ../lisp/vc-hooks.elc ../lisp/ediff-hook.elc ../lisp/widget.elc ../lisp/window.elc ../lisp/version.el > LC_ALL=C ./temacs -batch -l loadup dump > ld.so.1: ./temacs: fatal: libXaw3d.so.5: open failed: No such file or directory > Killed > make[1]: *** [emacs] Error 137 > make[1]: Leaving directory `/big5/david3/from_netcom-dir2/sources-stuff/emacs-21.3/src' > make: *** [src] Error 2 > 358.0 sys= 18.0 96% || mem=0 in=0 > 137 ==/david3/from_netcom-dir2/sources-stuff/emacs-21.3==> Then why do you not install that library if you wish to use it? You certainly have the option in the ./configure script to choose motif instead of Xaw3d. > (Note: Im trying to communicate with ONLY those people > who've put emacs-21.3 up on Solris! I run Solaris 9, not Solris. Does that disqualify my comments? BTW that release of emacs builds without error on Ultra 1 if a bit slowly. [emacs-21.3]$ ./configure --prefix=/usr/sfw --with-x-toolkit=motif --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x [emacs-21.3]$ time gmake [ ... ] real 21m49.492s user 20m55.430s sys 0m25.130s