From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: "guile-config link" reports LDFLAGS it has been compiled with Date: Mon, 18 Feb 2008 15:59:18 +0100 Message-ID: <87skzqpayh.fsf@gnu.org> References: <47653CEA.9090601@gentoo.org> <878x1kijzd.fsf@gnu.org> <87pruwh4hn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203346804 18387 80.91.229.12 (18 Feb 2008 15:00:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 15:00:04 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 18 16:00:27 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JR7Tl-0003QU-1l for guile-devel@m.gmane.org; Mon, 18 Feb 2008 16:00:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR7TG-0002Th-Mi for guile-devel@m.gmane.org; Mon, 18 Feb 2008 09:59:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR7Sw-0002ID-0F for guile-devel@gnu.org; Mon, 18 Feb 2008 09:59:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR7Su-0002HK-DN for guile-devel@gnu.org; Mon, 18 Feb 2008 09:59:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR7Su-0002HF-1F for guile-devel@gnu.org; Mon, 18 Feb 2008 09:59:32 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JR7St-0002M0-IU for guile-devel@gnu.org; Mon, 18 Feb 2008 09:59:31 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JR7Sp-0005F5-O1 for guile-devel@gnu.org; Mon, 18 Feb 2008 14:59:28 +0000 Original-Received: from 193.50.110.98 ([193.50.110.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2008 14:59:27 +0000 Original-Received: from ludo by 193.50.110.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2008 14:59:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.50.110.98 X-Revolutionary-Date: 30 =?iso-8859-1?Q?Pluvi=F4se?= an 216 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:pEFvsZ+v99g4kiWBPmWMtUskzGc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7025 Archived-At: Hi, Greg Troxel writes: > And, this really should use -Wl,-R as well on platforms that use the -R > convention. > > Strictly speaking, I think we need both LDFLAGS and -L$(libdir); it may > be that guile was built with prereqs from one place and installed in > another. But it may always put it's own libdir in LDFLAGS. Right. > It would be nice to see a pkg-config file for guile; I kind of remember > this floating around on the list but 1.8.3 doesn't seem to install it. Yes, there are several (!) patches for this, so that should go in 1.8.5. Thanks, Ludovic.