Le Sun, 17 Oct 2010 15:03:17 +0200, ludo@gnu.org (Ludovic Courtès) a écrit : > We are pleased to announce GNU Guile release 1.9.13. This may be the > last pre-release before the 2.0 release. Hi Guilers, Thanks for the wonderful work! I downloaded/compiled/checked/installed this latest release and will start to use it [I will bypass porting to guile-1.8: so far I had to much on going work to port anyway]. I can port [actually just check it works and start to learn about the compiler] the code that strictly uses guile, but soon will need both guile-gnome-platform and guile-pg. I hope these 'packages' are on their way: please let me know if I can help with some guile code and/or documentation work. Attached are some of the make process output [I grabbed the warning in case you'd be interested]. The tail of check-guile.log says: Totals for this test run: passes: 14836 failures: 0 unexpected passes: 0 expected failures: 37 unresolved test cases: 50 untested test cases: 1 unsupported test cases: 9 errors: 0 If you are interested in the config.log and/or check-guile.log please let me know. Many thanks again, David For debian users: until a bug in libgc-dev is solved [no .pc file] see the INSTALL file ... I did the following: export PKG_CONFIG=true export BDW_GC_CFLAGS= export BDW_GC_LIBS=-lgc export LIBFFI_CFLAGS= export LIBFFI_LIBS=-lffi ./configure make