On Tue, Jan 18, 2011 at 12:55 PM, Dan Kegel dank@kegel.com wrote:
... It's not wine's fault, and you're not missing any dependencies; the new version of gcc is probably buggy, and the bug is triggered by something inside wine.
If you've compiled Wine before and are re-using object files from an old gcc it's possible that there is a conflict between the object files from before and the object files with your new version of gcc. So, you could try a "make clean" and then compile again.
Erich Hoover ehoover@mines.edu