From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: Checking for guile from configure -- forward compat. Date: Thu, 13 Aug 2009 23:12:13 +0100 Message-ID: <87my635poi.fsf@arudy.ossau.uklinux.net> References: <3ae3aa420908080959w13c1716cj6e2593f5418f451e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250201551 565 80.91.229.12 (13 Aug 2009 22:12:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2009 22:12:31 +0000 (UTC) Cc: guile-user@gnu.org To: Peter TB Brett Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Aug 14 00:12:24 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MbiX0-0002bu-Gp for guile-user@m.gmane.org; Fri, 14 Aug 2009 00:12:22 +0200 Original-Received: from localhost ([127.0.0.1]:60426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbiWz-0005nZ-Rj for guile-user@m.gmane.org; Thu, 13 Aug 2009 18:12:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbiWw-0005nU-9L for guile-user@gnu.org; Thu, 13 Aug 2009 18:12:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbiWs-0005nI-T0 for guile-user@gnu.org; Thu, 13 Aug 2009 18:12:18 -0400 Original-Received: from [199.232.76.173] (port=37853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbiWs-0005nF-PK for guile-user@gnu.org; Thu, 13 Aug 2009 18:12:14 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:49998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbiWs-0000g0-AP for guile-user@gnu.org; Thu, 13 Aug 2009 18:12:14 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id BAEFB1F6C6B; Thu, 13 Aug 2009 23:12:13 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 2C3E03801F; Thu, 13 Aug 2009 23:12:13 +0100 (BST) In-Reply-To: (Peter TB Brett's message of "Sat\, 8 Aug 2009 19\:39\:40 +0000 \(UTC\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7399 Archived-At: Peter TB Brett writes: > I'm perfectly aware of how to use pkg-config, and I think I already pointed out > that this isn't very useful because Guile provides a 'guile-1.8' pkg-config > module file, but not one for 'guile'. So what does pkg-config recommend for a situation like this? Or does it not support having two versions installed at the same time? Thanks, Neil