18 Jan
2011
18 Jan
'11
2:08 p.m.
On Tue, Jan 18, 2011 at 12:04 PM, Erich Hoover <ehoover(a)mines.edu> wrote:
On Tue, Jan 18, 2011 at 12:55 PM, Dan Kegel <dank(a)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.
While "make clean" is good advice in general, and Susan should do that before doing the -O1 rebuild, I have a feeling the current crash doesn't involve reading any old .o files. - Dan