--- gforth/engine/support.c 2012/05/26 10:20:01 1.49 +++ gforth/engine/support.c 2012/07/26 15:46:44 1.50 @@ -550,6 +550,7 @@ UCell gforth_dlopen(Char *c_addr, UCell lib = (UCell)dlopen(file, RTLD_GLOBAL); free(file); if(lib) return lib; + fprintf(stderr, "%s\n", dlerror()); #elif defined(_WIN32) lib = (UCell) GetModuleHandle(file); free(file);