Hi Paul, Paul Smith skribis: > On Sun, 2012-01-15 at 23:02 +0100, Ludovic Courts wrote: >> And thanks for the great news! :-) > > I promoted the feature to GNU make CVS (I know, still CVS!!) on > Savannah. I hope to generate a test dist file sometime this week. I'll > email when it's available if people want to take a look. Excellent! I just tried this: --8<---------------cut here---------------start------------->8--- $(guile (display "hello, world\n")) $(guile (pk (resolve-interface '(gnu make)))) --8<---------------cut here---------------end--------------->8--- And then “make -f ./the-file.mk”. It works as intended ;-) but hits a segfault fixed with this patch: