Hi!
I have solved this problem by compiling the regapi_spec.c file by hand without
the -O2 flag. Looks like a egcs bug...
-Josef
Am Die, 25 Jul 2000 schrieb Andreas Mohr:
> Hello Josef !
>
> On Mon, Jul 24, 2000 at 08:38:43PM +0200, Josef Wegner wrote:
> > I don't think so... I have compiled wine for some time now. No probs in the
> > past.
> > I even have done a couple of "make clean"s and compiled everything from
> > scratch... no probs until it tries to compile regapi.
> If it's NOT related to bad memory or Cyrix or old AMD CPUs and NOT related
> to using egcs 2.91.66 (there are often bugs with unstable egcs versions
> - check whether you accidentally just happened to upgrade it),
> then this problem could indeed be related to Wine.
> There have been numerous problems with sig11 in the past due to overly long
> source files and thus compiler overflows.
> In fact I've already been wondering why there haven't been any such incidents
> for a long time (~ 1.5 years) now...
>
> So maybe that is the case here.
>
> Anyway, first check the sig11 FAQ and verify that it's not egcs that's
> playing foul *again*.
>
> Andreas Mohr