[Bug 1581] kernel32.dll

Wine Bugs wine-bugs at winehq.com
Sat Aug 9 11:41:14 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1581





------- Additional Comments From beer.info at videotron.ca  2003-09-08 11:41 -------
I originally opened this bug, however I marked it as resolved when I realized
that the code had to be optimized to inline the functions - otherwise the
compiler will find unresolved symbols. The order of object files during a link
matters (at least with gcc). Maybe the -pipe option allows the compiler to keep
unresolved symbols in memory. By default the compiler uses temp files for
communication between compile stages.

Perhaps the -pipe option could be used to insure a successful link. Personally,
I'd like to know more about what that option actually does.

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list