I've compiled guile-core-20020205 on Tru64 4.0F using gcc 2.95.2. It seemed to compile fine, but when I run 'make check' it gives me the following:
make[2]: Entering directory `/home/data10/dcs/src/guile/guile-core-20020205' Testing libguile/guile ... with GUILE_LOAD_PATH=.:./test-suite with LTDL_LIBRARY_PATH=/home/data10/dcs/src/guile/guile-core-20020205/srfi: ERROR: Unbound variable: ... FAIL: check-guile =================== 1 of 1 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/home/data10/dcs/src/guile/guile-core-20020205' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/home/data10/dcs/src/guile/guile-core-20020205' make: *** [check-recursive] Error 1 When I install this version of guile and build gnumeric-1.0.4 against it, gnumeric compiles, but when I start up it gives a segmentation error. When I don't compile it against guile, it gives me no segfault, though complains about the guile plugin not being available. So I have a suspicion that guile may be at fault. David _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
