=================== BUG #1877: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1877&group_id=39
Changes by: Eric Hanchrow <[EMAIL PROTECTED]> Date: 2002-Dec-03 15:21 (PST8PDT) ------------------ Additional Follow-up Comments ---------------------------- Two minutes *after* submitting the above, it ocurred to me to run guile with LD_LIBRARY_PATH set to /usr/local/lib, and of course that fixed the problem. So consider this pilot error. =================== BUG #1877: FULL BUG SNAPSHOT =================== Submitted by: offby1 Project: Guile Submitted on: 2002-Dec-03 15:14 Category: None Severity: 5 - Major Bug Group: None Resolution: None Assigned to: None Status: Open Summary: cannot load srfi-13 Original Submission: GNU Guile, version 1.6.0 guile> (use-modules (srfi srfi-1)) guile> (use-modules (srfi srfi-13)) /usr/local/share/guile/1.6.0/srfi/srfi-13.scm:159:1: In procedure dynamic-link in expression (load-extension "libguile-srfi-srfi-13-14-v-1" "scm_init_srfi_13"): /usr/local/share/guile/1.6.0/srfi/srfi-13.scm:159:1: file: "libguile-srfi-srfi-13-14-v-1", message: "file not found" ABORT: (misc-error) Type "(backtrace)" to get more information or "(debug)" to enter the debugger. guile> Follow-up Comments ******************* ------------------------------------------------------- Date: 2002-Dec-03 15:21 By: offby1 Two minutes *after* submitting the above, it ocurred to me to run guile with LD_LIBRARY_PATH set to /usr/local/lib, and of course that fixed the problem. So consider this pilot error. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1877&group_id=39 _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
