From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bijan Soleymani Newsgroups: gmane.emacs.help Subject: Re: Has anyone actually built emacs 21.3 for SOLARIS (sparc)? Date: Tue, 20 May 2003 15:53:59 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r86t4co8.fsf@server.crasseux.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053460316 12085 80.91.224.249 (20 May 2003 19:51:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 19:51:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 20 21:51:53 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 19ID6v-0002vg-00 for ; Tue, 20 May 2003 21:49:21 +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 19ICz3-0005zQ-1k for gnu-help-gnu-emacs@m.gmane.org; Tue, 20 May 2003 15:41:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!canoe.uoregon.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!wesley.videotron.net!weber.videotron.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.unix.solaris User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:t1oYBw3WU07HgJTy47TOw3fbGDU= Original-Lines: 49 Original-NNTP-Posting-Host: 24.200.129.189 Original-X-Complaints-To: abuse@videotron.ca Original-X-Trace: weber.videotron.net 1053459517 24.200.129.189 (Tue, 20 May 2003 15:38:37 EDT) Original-NNTP-Posting-Date: Tue, 20 May 2003 15:38:37 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:113446 comp.unix.solaris:442534 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:9941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9941 dkcombs@panix.com (David Combs) writes: > 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==> > > > > (Note: Im trying to communicate with ONLY those people > who've put emacs-21.3 up on Solris! I've gotten version 21.2, 21.3 and CVS of emacs to compile on solaris/slowlaris. Looks like you've got problems with libXaw3d. You should look for xaw3d in /etc/PROBLEMS. Here is what I found: " * On systems with shared libraries you might encounter run-time errors from the dynamic linker telling you that it is unable to find some shared libraries, for instance those for Xaw3d or image support. These errors mean Emacs has been linked with a library whose shared library is not in the default search path of the dynamic linker. Similar problems could prevent Emacs from building, since the build process invokes Emacs several times. On many systems, it is possible to set LD_LIBRARY_PATH in your environment to specify additional directories where shared libraries can be found. Other systems allow to set LD_RUN_PATH in a similar way, but before Emacs is linked. With LD_RUN_PATH set, the linker will include a specified run-time search path in the executable. " Hope that helps, Bijan