bug-guile
[Top][All Lists]
Advanced

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

Re: guile-1.8.7


From: Ludovic Courtès
Subject: Re: guile-1.8.7
Date: Sun, 13 Dec 2009 17:20:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

> ERROR: In procedure dynamic-link:
> ERROR: file: "libtest-asmobs", message: "file not found"
> FAIL: test-asmobs

Can you check whether the attached patch fixes the problem?

Thanks,
Ludo’.

diff --git a/test-suite/standalone/Makefile.am 
b/test-suite/standalone/Makefile.am
index 17ac1e7..27fe3c1 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -29,6 +29,7 @@ BUILT_SOURCES =
 EXTRA_DIST =
 
 TESTS_ENVIRONMENT =                                            \
+  builddir="$(builddir)"                                       \
   GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env"
 
 ## Check for headers in $(srcdir) and bulid dir before $(CPPFLAGS), which
diff --git a/test-suite/standalone/test-asmobs 
b/test-suite/standalone/test-asmobs
index 2ea75d9..9689ab9 100755
--- a/test-suite/standalone/test-asmobs
+++ b/test-suite/standalone/test-asmobs
@@ -2,7 +2,8 @@
 exec guile -q -s "$0" "$@"
 !#
 
-(load-extension "libtest-asmobs" "libtest_asmobs_init")
+(load-extension (string-append (getenv "builddir") "/libtest-asmobs")
+                "libtest_asmobs_init")
 
 (define (test x v)
   (if v

Attachment: pgpBlmBs0zx4g.pgp
Description: PGP signature


reply via email to

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