From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: Re: One config issue solved, only to trip over another. Date: Mon, 28 Feb 2011 11:58:10 -0800 Message-ID: References: <440193.62331.qm@web37906.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1298923154 8105 80.91.229.12 (28 Feb 2011 19:59:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 19:59:14 +0000 (UTC) Cc: guile-devel Development To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 28 20:59:10 2011 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.69) (envelope-from ) id 1Pu9FM-0005x1-0f for guile-devel@m.gmane.org; Mon, 28 Feb 2011 20:59:08 +0100 Original-Received: from localhost ([127.0.0.1]:42968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu9Ez-0002pZ-3i for guile-devel@m.gmane.org; Mon, 28 Feb 2011 14:58:45 -0500 Original-Received: from [140.186.70.92] (port=37802 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu9Ej-0002eC-3K for guile-devel@gnu.org; Mon, 28 Feb 2011 14:58:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu9Eg-0005bS-6V for guile-devel@gnu.org; Mon, 28 Feb 2011 14:58:28 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:57479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu9Eg-0005bI-1w for guile-devel@gnu.org; Mon, 28 Feb 2011 14:58:26 -0500 Original-Received: by iyf13 with SMTP id 13so4375145iyf.0 for ; Mon, 28 Feb 2011 11:58:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=GzxQ11EHTlvYEn+XrkwJYMjBd/x/copPrTX0OMMsn2o=; b=DPGMgN80uvcEcLYGJnNrOrXQktipwqmTYN9DPb9ct4+rVsAV830HWUt/5hJiorCrWi C2LlWaB3bFGD6yZyMqd3mGSFhn80ByZy4wcdkWAWuHufVLxmu+59gglOuXGkIUXwpQhU rbQeVs/+19LThfM1mRvndE2Y0bYnhe03k+wfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mXE2rVsSMwAwQIX+j/vOOjJtnSlFTmsgCQSSypYTWgzLSGyiA4YcsUBN0S3IRRnfHX uKuRFxiWQ/tPQ4S5+8PsdGqT5bOpmi0/FfY4rG738FXDMFmL0cNIDqwqoG2NXoBa1+G6 poAGFt39TczQQcf+NeP/qxILa2w4TLsUTKnuc= Original-Received: by 10.231.31.139 with SMTP id y11mr5792558ibc.96.1298923105158; Mon, 28 Feb 2011 11:58:25 -0800 (PST) Original-Received: by 10.231.112.137 with HTTP; Mon, 28 Feb 2011 11:58:10 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:11732 Archived-At: Hi, On Mon, Feb 28, 2011 at 11:25 AM, Noah Lavine wrote: > Hello, > > I think the list you want is in Guile's README file, which says that > Guile depends on these libraries: More or less. > - libgmp OK > - libiconv Not available for openSuSE > - libintl A perl library? > - libltdl > - libunistring > - libgc OK > - libffi It's installed. The configure script doesn't detect it. It was installed via Yast from the openSuSE site, so I would hope the sentence, "Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix." does not apply. $ find /usr/lib* /usr/local/lib* -name 'libffi.*' /usr/lib/libffi.so.4.0.1 /usr/lib/debug/usr/lib64/libffi.so.4.0.1.debug /usr/lib/libffi.so /usr/lib/libffi.so.4 /usr/lib/libffi.a /usr/lib64/libffi.so.4.0.1 /usr/lib64/libffi.so /usr/lib64/libffi.so.4 /usr/lib64/libffi.a