http://bugs.winehq.org/show_bug.cgi?id=14427
--- Comment #11 from Peter pmlists@free.fr 2008-08-21 02:08:10 --- These are the CFLAGS, that lead to the Segmentation fault: -O2 -m32 -mtune=i686 -D_FORTIFY_SOURCE=2
Command for reproducing: make distclean ; autoconf && CFLAGS="-O2 -m32 -mtune=i686 -D_FORTIFY_SOURCE=2" ./configure && make depend && make -C libs/port && make -C libs/wpp && make -C tools/widl && make -C dlls/rpcrt4 epm_c.c
Cheers, Peter