Peter Berg Larsen pebl@math.ku.dk writes:
Changelog: Currently when compiling a program, winegcc calls winebuild to solve .def references. But winegcc drops .so files, so any new .def symbols in a .so causes a unresolved symbol at link time. This patch adds .so files to the files to winebuild.
I'm not sure I follow you, if your .so files have been built correctly they shouldn't contain undefined references to Windows APIs. Could you please show an example of the situation that causes a problem?