Andreas Jochens <[EMAIL PROTECTED]> writes: > > - extern const scm_lt_dlsymlist lt_preloaded_symbols[]; > + extern const scm_lt_dlsymlist *lt_preloaded_symbols;
As noted under bug 326527, this is incorrect. It happens to work because the first entry in the array is NULL, but the thing to do to satisfy gcc 4 is make the structure definition available. The 1.6 branch of the guile cvs has such a change. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

