Hi Carlo, "carlo.bramix" <carlo.bra...@libero.it> writes:
> <unnamed port>: In procedure dynamic-func in expression (dynamic-call > "scm_init_programs" (dynamic-link "libguile")): > <unnamed port>: No error Can you try to change the following lines in <libguile/programs.h>: --8<---------------cut here---------------start------------->8--- SCM_INTERNAL void scm_init_programs (void); --8<---------------cut here---------------end--------------->8--- to: --8<---------------cut here---------------start------------->8--- SCM_API void scm_init_programs (void); --8<---------------cut here---------------end--------------->8--- Can you then recompile and report back? Thanks in advance, Ludovic.