http://bugs.winehq.org/show_bug.cgi?id=28030
--- Comment #8 from Austin English austinenglish@gmail.com 2013-08-19 11:56:15 CDT --- (In reply to comment #7)
This bug should probably be closed as llvm-gcc is no longer used and supplanted by dragonegg.
Unless, of course, the same occurs with dragonegg...
Yes, it does: austin@austin-VirtualBox:~/wine-dragonegg$ ./wine notepad Segmentation fault (core dumped) austin@austin-VirtualBox:~/wine-dragonegg$ dpkg -l | grep dragon ii dragonegg 3.2-1~exp1ubuntu2 i386 GCC plugin that uses LLVM for optimization and code generation ii dragonegg-4.7 3.2-1~exp1ubuntu2 i386 GCC plugin that uses LLVM for optimization and code generation austin@austin-VirtualBox:~/wine-dragonegg$ git describe wine-1.7.0-73-ge3e1284 austin@austin-VirtualBox:~/wine-dragonegg$ uname -a Linux austin-VirtualBox 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:19:42 UTC 2013 i686 i686 i686 GNU/Linux
you'll have to remove -nodefaultlibs from loader/Makefile.in for wine to build, there's a llvm bug for that.