From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Thu, 24 Jan 2008 22:01:50 +0000 Message-ID: <878x2e51dd.fsf@ossau.uklinux.net> References: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> <87hchl33cv.fsf@ossau.uklinux.net> <873asoktvn.fsf@ossau.uklinux.net> <4C6B44CC-8612-43D9-BBEB-53FCDB4D1D95@iinet.net.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201212136 782 80.91.229.12 (24 Jan 2008 22:02:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2008 22:02:16 +0000 (UTC) Cc: bug-guile@gnu.org To: Roger Mc Murtrie Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 24 23:02:35 2008 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.50) id 1JIA9Q-0002pN-Fc for guile-bugs@m.gmane.org; Thu, 24 Jan 2008 23:02:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIA90-0002VH-Hb for guile-bugs@m.gmane.org; Thu, 24 Jan 2008 17:01:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIA8x-0002UN-5L for bug-guile@gnu.org; Thu, 24 Jan 2008 17:01:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIA8v-0002U7-Mn for bug-guile@gnu.org; Thu, 24 Jan 2008 17:01:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIA8v-0002U4-Hg for bug-guile@gnu.org; Thu, 24 Jan 2008 17:01:53 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIA8v-0005XJ-13 for bug-guile@gnu.org; Thu, 24 Jan 2008 17:01:53 -0500 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id 13E181F737E; Thu, 24 Jan 2008 22:01:52 +0000 (GMT) Original-Received: from laruns (unknown [192.168.0.10]) by arudy (Postfix) with ESMTP id 54D833800A; Thu, 24 Jan 2008 22:01:51 +0000 (GMT) In-Reply-To: <4C6B44CC-8612-43D9-BBEB-53FCDB4D1D95@iinet.net.au> (Roger Mc Murtrie's message of "Fri, 25 Jan 2008 00:36:38 +1100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:3720 Archived-At: Roger Mc Murtrie writes: > I did as you suggested but make check produced the same result. > As before ./configure failed with a couple of undefined symbols so I > had build without shared libraries. I'm sorry, but I've lost track of what those undefined symbol errors were, and I can't find them in the mailing list archive or Google. Could you post the output from the build again? > As your changes appear to be concerned with dynamic libraries, I Yes, I think you were seeing the errors like >>>> ERROR: In procedure dynamic-link: >>>> ERROR: file: "libguile-srfi-srfi-1-v-3", message: "dlopen(libguile- >>>> srfi-srfi-1-v-3.a, 9): image not found" before you moved on to building with --enable-shared=no. But I'm not sure. Anyway, if you do somehow get back to a build where the gating factor is those dynamic-link errors, I hope the patches to pre-inst-guile-env.in and pre-inst-guile.in would fix that! Regards, Neil