https://bugs.winehq.org/show_bug.cgi?id=34147
--- Comment #5 from Dave Gomboc dave_gomboc@acm.org --- I found that Wine can be cleanly compiled on many versions (though, granted, not every version) from 0.9.10 all the way to 1.7.24 and the current tip of master using Debian Lenny 5.0.10 within VirtualBox (4.3.14), using the configuration line CC="ccache gcc" CFLAGS="-g -O0" ./configure --verbose --disable-tests
Using this setup, I have been able to ascertain that ilink566.exe did indeed used to work, and no longer does. The bisection I performed isolated one regression point to be between 1.1.24 and 1.1.25: SHA c68594a worked, but SHA 0971259 failed.
Using the configuration line CC="ccache gcc" ./configure --verbose --disable-tests
on these two commits also resulted in c68594a working and 0971259 failing.