From xemacs-m  Fri May 30 20:49:42 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id UAA13139
	for <xemacs-beta@xemacs.org>; Fri, 30 May 1997 20:49:42 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id TAA19945 for <xemacs-beta@xemacs.org>; Fri, 30 May 1997 19:06:36 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id SAA13352; Fri, 30 May 1997 18:48:23 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id SAA05301; Fri, 30 May 1997 18:48:20 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id SAA05512; Fri, 30 May 1997 18:48:29 -0700
Date: Fri, 30 May 1997 18:48:29 -0700
Message-Id: <199705310148.SAA05512@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: `-R' on Solaris
In-Reply-To: <kigenarheeh.fsf@jagor.srce.hr>
References: <199705281251.HAA26173@xemacs.org>
	<kigenarheeh.fsf@jagor.srce.hr>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta2)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Hrv" == Hrvoje Niksic <hniksic@srce.hr> writes:

Hrv> Chuck Thompson <cthomp@xemacs.org> writes:
Hrv> GNU and other third-party software is normally put to
Hrv> /usr/local.  Most of free software configures to /usr/local
Hrv> prefix by default.  Optional software provided by Sun is put
Hrv> to /opt.  But it's not the issue we are discussing.
>> 
>> That is not where they go on my systems and my gcc does not
>> automatically link against /usr/local/lib.  I don't want my XEmacs
>> binary looking there for libraries.

Hrv> I do.  The configure process has found libraries there, and configure
Hrv> process should fix things up so that they work.  Let me rephrase:

20.3-b4 will have code to compute the runpath automagically from the
output of gcc -v.  With luck, it will detect that gcc uses
-L/usr/local/lib implicitly.  Please test this (when available) with a
configure run without run path options or environment variables.

Martin

