On Wed, Dec 06, 2000 at 03:09:05PM +0100, gerard patel wrote:
> 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.
There is a configure check for this option. It should not be added by default.
rm config.cache, redo configure, recompile.
Ciao, Marcus