From 1efd5b3e9501537ca76aaa2f3cc85dd5fe27dd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Fri, 13 Dec 2002 16:45:24 +0000 Subject: [PATCH] Fixed linkage git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4196 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/guile/casts_runme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/guile/casts_runme.scm b/SWIG/Examples/test-suite/guile/casts_runme.scm index 17e7725f6..83f7f1df6 100644 --- a/SWIG/Examples/test-suite/guile/casts_runme.scm +++ b/SWIG/Examples/test-suite/guile/casts_runme.scm @@ -1,7 +1,7 @@ ;; The SWIG modules have "passive" Linkage, i.e., they don't generate ;; Guile modules (namespaces) but simply put all the bindings into the ;; current module. That's enough for such a simple test. -(dynamic-call "scm_init_test_module" (dynamic-link "./libcasts.so")) +(dynamic-call "scm_init_casts_module" (dynamic-link "./libcasts.so")) (define x (new-B))