http://bugs.winehq.com/show_bug.cgi?id=1581
------- Additional Comments From beer.info@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.