> what is the story with this error? i'm seeing it at dynamic-lib-loadtime > in a project i build for work that has lots of dynamically loaded modules.
Post the errors. This may be due to undeclared symbols, or it may be because of improper use of varargs (gcc emits a bogus symbol to catch this but it only shows up at link time). Michael