On 04/13/11 17:22, Andy Wingo wrote: > On Wed 13 Apr 2011 16:27, Marijn writes: > >> On 04/13/11 16:09, Andy Wingo wrote: >>> On Wed 13 Apr 2011 15:44, Marijn writes: >>> >>>>>> CCLD guile >>>>>> ./.libs/libguile-2.2.so: undefined reference to `GC_register_my_thread' >>>>> >>>>> Fixed, I think; thanks for the full log. >>>> >>>> If you commit it, I will test it ;P >>> >>> I think I did? Revision 8e76ce94a28c02324aa13de835b1e55282b8b760. >>> >>> Cheers, >>> >>> Andy >> >> The latest I see on http://git.savannah.gnu.org/cgit/guile.git/log/ is >> "bump effective version to 2.2" >> (0c81a0c13ad39c381e4ff4d073e3158bcfd51a7a) which is the same version as >> of my previous log. > > That's "master". The next 2.0 release will occur on "stable-2.0", where > (ironically?) most development happens right now. stable-2.0 is merged > back to master, but not automatically, and not often. > > In summary, try stable-2.0, please. Ah, thanks for the pointer. Unfortunately it still doesn't work but fails one step later: CCLD guile GEN guile-procedures.texi 0x75b260 is not a GC visible pointer location GC_is_visible test failed Marijn