Thanks for the help. My libgc actually *is* version 7.1 and I am having trouble 7.2 from source (actually problems with the libatomic-ops dependency). I shall persevere... Ian
% ls -l /usr/local/lib/libgc.* lrwxr-xr-x 1 root wheel 42 Sep 23 22:33 /usr/local/lib/libgc.1.0.3.dylib -> ../Cellar/bdw-gc/7.1/lib/libgc.1.0.3.dylib lrwxr-xr-x 1 root wheel 38 Sep 23 22:33 /usr/local/lib/libgc.1.dylib -> ../Cellar/bdw-gc/7.1/lib/libgc.1.dylib lrwxr-xr-x 1 root wheel 32 Sep 23 22:33 /usr/local/lib/libgc.a -> ../Cellar/bdw-gc/7.1/lib/libgc.a lrwxr-xr-x 1 root wheel 36 Sep 23 22:33 /usr/local/lib/libgc.dylib -> ../Cellar/bdw-gc/7.1/lib/libgc.dylib 2011/9/24 Ludovic Courtès <[email protected]>: > Hi, > > Ian Holmes <[email protected]> skribis: > >> guile: uncaught throw to syntax-error: (memoization ~A ~S. (expected a >> proper list ((quote ()) . #<srcprops ((line . 12089) (column . 57) >> (filename . "/usr/local/guile-2.0.2/module/ice-9/psyntax-pp.scm"))>)) >> #f) >> Cannot exit gracefully when init is in progress; aborting. > > This could be the consequence of a GC bug. Which version of libgc are > you using? > > Version 7.1 is recommended or, better yet, one of the 7.2 snapshots. > > HTH, > Ludo’. >
