From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.help Subject: Re: emacs 21.3 wants "libXaw3d.so.5"; got Xaw3d-1.5.tar.gz; NOW WHAT? Date: 25 May 2003 18:22:57 -0400 Organization: Yale University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5lof1q3bum.fsf@rum.cs.yale.edu> References: <84he7nutvd.fsf@lucy.is.informatik.uni-duisburg.de> <84of1uxhwp.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054073764 27754 80.91.224.249 (27 May 2003 22:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 May 2003 22:16:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed May 28 00:16:03 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 19Kmji-0007DS-00 for ; Wed, 28 May 2003 00:16:02 +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 19KmjH-0006CH-32 for gnu-help-gnu-emacs@m.gmane.org; Tue, 27 May 2003 18:15:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!canoe.uoregon.edu!news.wss.yale.edu!rum.cs.yale.edu!rum.cs.yale.edu Original-Newsgroups: gnu.emacs.help,comp.unix.solaris Original-Lines: 22 Original-NNTP-Posting-Host: rum.cs.yale.edu Original-X-Trace: news.wss.yale.edu 1053901382 15578 128.36.229.169 (25 May 2003 22:23:02 GMT) Original-X-Complaints-To: news@news.wss.yale.edu Original-NNTP-Posting-Date: Sun, 25 May 2003 22:23:02 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 25 May 2003 18:22:59 -0400, rum.cs.yale.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:113756 comp.unix.solaris:443524 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:10251 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10251 > Now, on that other thread, there has been SO MUCH back- > and-forth about the args, one saying "add this -R xxx" > and the followup saying eg ~~ "no, no, no -- don't do that! I don't know where you've seen such things. I haven't seen a single post say no to the use of -R. > (1) exactly what arg for the -L? (and why) The fact that you got a binary shows that the compiler found all the libraries it needed at compile-time, which is all what -L is for, so clearly all the necessary -L are already correctly set by `configure'. > (5) What is it that makes this 21.3 (or just 21.x?) > more difficult, more understanding needed, than > 20.x, 19.x? It might compile by default with libraries that are not in the standard dynamic loader load path. Stefan