http://bugs.winehq.org/show_bug.cgi?id=28050
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM
--- Comment #7 from Austin English austinenglish@gmail.com 2013-05-06 17:29:02 CDT --- (In reply to comment #6)
Has the wine build been fixed to compile loader/preloader.c with -fno-builtins ?
With dragonegg from svn, wine builds fine, but crashes on start: austin@aw25 ~/src/wine-dragonegg $ ./wine notepad err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc71be8 err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc71be8
That should be a separate bug, of course.
For reference, this was with gcc-4.6.3: gcc-4.6.3 -fplugin=/home/austin/src/dragonegg/dragonegg.so -m32 -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -fno-builtin -o main.o main.c