http://bugs.winehq.org/show_bug.cgi?id=13299
--- Comment #7 from F. Delente fdelente@mail.cpod.fr 2008-05-19 13:33:52 --- (In reply to comment #6)
(In reply to comment #5)
My regret is that my building with a cross-compiler worked ok up to 0.9.61. So something has changed in build methods between 0.9.60 and 0.9.61 that makes using a cross-compiler fail.
I very much doubt it is related to the cross-compiler, most likely some files have not been rebuilt. Have you tried a make distclean?
Yes, several times. I re-downloaded a clean git tree too, but got the same error.
My gcc is 3.4.6 for the moment, I'm going to install 4.3.0 and give it a go with -m32.
My cross-compiler was installed with crosstool (http://www.kegel.com/crosstool/), awesome tool by the way!