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: Has anyone actually built emacs 21.3 for SOLARIS (sparc)? Date: 21 May 2003 20:54:18 -0400 Organization: Yale University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5lu1bner7p.fsf@rum.cs.yale.edu> References: <5lhe7olyei.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053567664 23683 80.91.224.249 (22 May 2003 01:41:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 01:41:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 22 03:41:02 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 19If4n-00069N-00 for ; Thu, 22 May 2003 03:41:01 +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 19IeWn-0008I3-Bn for gnu-help-gnu-emacs@m.gmane.org; Wed, 21 May 2003 21:05:53 -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: 18 Original-NNTP-Posting-Host: rum.cs.yale.edu Original-X-Trace: news.wss.yale.edu 1053564863 2025 128.36.229.169 (22 May 2003 00:54:23 GMT) Original-X-Complaints-To: news@news.wss.yale.edu Original-NNTP-Posting-Date: Thu, 22 May 2003 00:54:23 +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: 21 May 2003 20:54:19 -0400, rum.cs.yale.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:113498 comp.unix.solaris:442738 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:9994 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9994 >> For that you need to either provide a -R/usr/sfw/lib argument or an >> LD_RUN_PATH to the C compiler (the C compiler did find the library while >> compiling, but the compiler does not assume that the library will be at the >> same spot when you run the program as when you compile) or set >> LD_LIBRARY_PATH if you forgot to give the relevant info to the compiler. >> The -R option is the best choice. > Any particular reason the -R stuff isn't added for a Solaris build? I remember discussions about it a long time ago, but didn't know enough at that time and can't remember what was the conclusion. It's odd also that the PROBLEMS file only mention LD_LIBRARY_PATH and LD_RUN_PATH without mentioning the -R arg in LDFLAGS. I hope somebody who knows more about how `configure' chooses the -L and -R args could help us at least write a better entry in PROBLEMS. Stefan