Trying a patch, I had the surprise to get a compilation error, the following option
being invalid :
-mpreferred-stack-boundary=2
It was a following of my recent patch to glibc, my path had gone scrambled
and my default compiler, egcs 2.91.66 being enabled again. After setting the
path to gcc 2.95.2, no more problem.
But unless this option can be avoided and wine be compiled again with
older compilers, the following part of the README
On x86 Systems gcc >= 2.7.2 is required
is probably a bit outdated.
Also, if anyone interested in gcc documentation is reading this, the man page
for gcc 2.95 don't say anything about this option. It's documented in the source
of course :-)
Gerard