http://bugs.winehq.org/show_bug.cgi?id=34213
--- Comment #13 from Skrinak skrinak@gmail.com 2013-08-08 12:26:46 CDT ---
it's recommended that you install Apple's gcc-4.2 and specify the use of that when configuring. Give that a try.
Installed gcc-4.2.1 using these instructions: http://caiustheory.com/install-gcc-421-apple-build-56663-with-xcode-42
$ /usr/local/bin/gcc-4.2 --version i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
$ export CC=/usr/local/bin/gcc-4.2 $ make clean $ ./configure && make depend && make
From configure output:
checking for gcc... /usr/local/bin/gcc-4.2
After recompile more problems:
$ wine isetup-5.5.3.exe fixme:process:SetProcessDEPPolicy (1): stub
$ wine putty.exe wine: Unhandled page fault on read access to 0xffffffff at address 0x7bc638ce (thread 0009), starting debugger...