loader-loadlibrary.c: In function `sys_wll_open': loader-loadlibrary.c:98: error: dereferencing pointer to incomplete type loader-loadlibrary.c:104: error: dereferencing pointer to incomplete type loader-loadlibrary.c:109: error: dereferencing pointer to incomplete type
This is because the windows code accesses "cur->module" where cur is of **opaque** type lt_dlhandle. It appears, to me at least, that sys_wll_open() should be moved to somewhere on the "inside" so that it has access to these opaque definitions; but I'm not really sure where Gary is going with this refactoring. So I figured I'd just raise the issue on the list, and let Gary fix it. :-)
-- Chuck
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool