http://bugs.winehq.org/show_bug.cgi?id=14427
--- Comment #16 from Lukáš Krejza gryffus@hkfree.org 2008-10-20 13:52:19 --- Created an attachment (id=16760) --> (http://bugs.winehq.org/attachment.cgi?id=16760) cd dlls/rpcrt4 && make output
I am getting same error...
It segfaults only with -O2
CFLAGS="-O2 -g" ./configure
My system is:
Linux gryffus 2.6.25.9-4-default #1 SMP 2008-06-28 00:00:07 +0200 i686 athlon i386 GNU/Linux gcc (SUSE Linux) 4.3.2 20080613 (prerelease) [gcc-4_3-branch revision 136744] glibc-2.8-18
Steps to reproduce on clean git source:
CFLAGS="-O2 -g" ./configure make depend make include cd dlls/rpcrt4 && make