josh kurlander <[EMAIL PROTECTED]> writes:
>
>> guile.c: In function main:
>> guile.c:91: error: array type has incomplete element type
>> guile.c:91: warning: unused variable lt_preloaded_symbols

gcc 4 has become stricter about structs not yet defined.  I think you
can comment out the two lines

        extern const scm_lt_dlsymlist lt_preloaded_symbols[];
        scm_lt_dlpreload_default (lt_preloaded_symbols);

I'm pretty sure they don't do anything on a normal gnu/linux system.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to