Hi, Roland, What exactly goes wrong when you build your module? Did you accidentally the error message?
I use this convenience command to augment the linker and compiler flags: LIBS += $(shell guile-config link) INCDIRS += $(shell guile-config compile) Alexei