On Thu 17 Feb 2011 10:41, Luca Saiu <posit...@gnu.org> writes: > I've tried with the latest 7.2 tarball I've found at > http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ , i.e. the > alpha5 of 2011-02-01; to make it quick yes, the thing worked, so the > problem probably depended on libgc. Sorry for the noise.
NP. Did you also enable parallel collection on that build? > [luca@optimum ~/projects-by-others/guile-2.0.0/doc/example-smob]$ > pkg-config guile-2.0 --cflags > Package guile-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `guile-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'guile-2.0' found Indeed, just as you add paths to the other env vars, you need to do so for pkg-config. See "Environment Variables" in the pkg-config(1) man page. > [luca@optimum ~/projects-by-others/guile-2.0.0/doc/example-smob]$ gcc -c > `guile-config compile` myguile.c This is really strange, for me, because I think the current guile-config just shells out to pkg-config. Is it possible you modified the environment in the meantime? > Thanks for 2.0 :-) Thanks for the bug reports :) Have fun with Guile, Andy -- http://wingolog.org/