http://bugs.winehq.org/show_bug.cgi?id=10273
--- Comment #36 from Dan Kegel dank@kegel.com 2008-01-14 18:47:02 --- FWIW, here are two "bad" compilers, i.e. if you build today's git with these compilers, photoshop CS's installer will abort before asking you to activate: Ubuntu 7.10's default compiler, gcc-4.1.3 20070929 (prerelease) Ubuntu 6.06's default compiler, gcc-4.0.3 (Ubuntu 4.0.3-1ubuntu5) On both of these operating systems, to build Wine properly, you can install gcc-3.3 as a workaround, e.g.
sudo apt-get install gcc-3.3 cd wine-git make distclean || true ./configure CC=gcc-3.3