--- libguile/guile.c.orig 2002-12-07 22:41:32.000000000 +0000 +++ libguile/guile.c 2005-07-09 21:26:15.000000000 +0100 @@ -88,7 +88,7 @@ { #ifdef DYNAMIC_LINKING /* libtool automagically inserts this variable into your executable... */ - extern const scm_lt_dlsymlist lt_preloaded_symbols[]; + extern const scm_lt_dlsymlist *lt_preloaded_symbols; scm_lt_dlpreload_default (lt_preloaded_symbols); #endif scm_boot_guile (argc, argv, inner_main, 0);