bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intel Mac-mini OSX 10.5.1 guile test results


From: Roger Mc Murtrie
Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results
Date: Fri, 25 Jan 2008 00:36:38 +1100

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.

As your changes appear to be concerned with dynamic libraries, I wonder if building only static libraries has anything to do with the problem. Irrespective, I'll see if I can find those undefined symbols and get it to build shared libraries.

Roger

On 24/01/2008, at 10:24 AM, Neil Jerram wrote:

Neil Jerram <address@hidden> writes:

Roger Mc Murtrie <address@hidden> writes:

make  check-TESTS
PASS: test-system-cmds
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"
FAIL: test-require-extension
PASS: test-num2integral
PASS: test-round
PASS: test-gh
ERROR: In procedure dynamic-link:
ERROR: file: "libtest-asmobs", message: "dlopen(libtest-asmobs.a, 9):

Sounds like this:
http://comments.gmane.org/gmane.comp.gnu.libtool.general/8440

I need a bit longer to digest what the conclusions are, though!  Will
follow up when I've done that.

For the build that was failing with dynamic-link problems (per above),
can you try patching pre-inst-guile-env.in and pre-inst-guile.in as
below, and report if that helps?

You may first want to do

   sudo touch /var/db/.AllowDYLDEnvironmentVariables

to make sure that
http://docs.info.apple.com/article.html?artnum=305509 is not a factor.

(You'll need to make distclean and run the ./configure step again, so
that pre-inst-guile-env and pre-inst-guile are regenerated from the
patched .in files.)

Thanks,
       Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]