From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: primus Newsgroups: gmane.lisp.guile.bugs Subject: Re: [1.9.12] configure and --with-libltdl-prefix ... Date: Mon, 6 Sep 2010 06:47:30 +0100 Message-ID: <20100906054730.GP32103@x.lence.net> References: <20100905171223.GN32103@x.lence.net> <8762yj29sn.fsf@gnu.org> <20100905212017.GO32103@x.lence.net> <87wrqzzumu.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283752079 11216 80.91.229.12 (6 Sep 2010 05:47:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2010 05:47:59 +0000 (UTC) Cc: bug-guile@gnu.org To: Ludovic Court?s Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Sep 06 07:47:56 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OsUYc-0003EE-31 for guile-bugs@m.gmane.org; Mon, 06 Sep 2010 07:47:54 +0200 Original-Received: from localhost ([127.0.0.1]:47244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsUYb-0004OY-IC for guile-bugs@m.gmane.org; Mon, 06 Sep 2010 01:47:53 -0400 Original-Received: from [140.186.70.92] (port=50466 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsUYL-0004Kz-QF for bug-guile@gnu.org; Mon, 06 Sep 2010 01:47:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsUYK-0000f6-Qx for bug-guile@gnu.org; Mon, 06 Sep 2010 01:47:37 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:44785) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsUYJ-0000eY-Aj; Mon, 06 Sep 2010 01:47:35 -0400 Original-Received: by bwz6 with SMTP id 6so3905595bwz.0 for ; Sun, 05 Sep 2010 22:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=EzgM/3NSwiZB6RASHJWJW8V2Bju+vuVEoZaiqYi8vSk=; b=bCaUpe2M0f6XtGfbNtIDPuFYAzW4rR73zfPF9Gee7wedp3tLke7n8dCr80IsLoNXqm a4sLaLww8aiL+IxRXZ3VAX9rKm+kno6IK2wVgpD7rp7sBTh+BiEMX6Gu9O8pS0OnD6+J V4d/olwpxeBfgIno5neGdouTFNPL5gZ7wHFVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=DBQycVzAH9YwTFqbxlz/NqrkJMUjDXy2djxxgM0JslJuGiKbnS4ZCwSJhSdh9ivkl5 9U7cbtq9rhsdFh5MZJ2SszdjMEQsGf/U3LFxTeBvGvgQ9Gw3IwMeN5BAfuz499VGknun 50IkE8Oeyqy4eMdh+WXlU6qwslpwHRIGSZVi0= Original-Received: by 10.204.126.92 with SMTP id b28mr2974717bks.47.1283752053964; Sun, 05 Sep 2010 22:47:33 -0700 (PDT) Original-Received: from x.lence.net (lence.net [93.97.42.123]) by mx.google.com with ESMTPS id bq20sm3961131bkb.16.2010.09.05.22.47.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Sep 2010 22:47:33 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87wrqzzumu.fsf@gnu.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4767 Archived-At: On Mon, Sep 06, 2010 at 12:35:21AM +0200, Ludovic Court?s wrote: > > Sun Sep 5 22:01:44 BST 2010 > > > > The README implies that the option is available. > > What in the README makes you think so? Mon Sep 6 06:39:36 BST 2010 from README: Guile depends on the following external libraries. - libgmp - libiconv - libintl - libltdl - libunistring - libgc - libffi It will also use the libreadline library if it is available. For each of these there is a corresponding --with-XXX-prefix option that you can use when invoking ./configure, It lists each library and states that there is a corresponding 'with-XXX-prefix'. # grep 'with-' configure | grep prefix --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --with-libunistring-prefix[=DIR] search for libunistring in DIR/include and DIR/lib --with-libgmp-prefix[=DIR] search for libgmp in DIR/include and DIR/lib --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --with-libreadline-prefix[=DIR] search for libreadline in DIR/include and DIR/lib The following *do not* exist in configure (as implied from README): --with-libltdl-prefix --with-libffi-prefix --with-libbgc-prefix -- -primus "It isn't what you make, it's what you don't lose!"