http://bugs.winehq.org/show_bug.cgi?id=26804
Summary: 1.3.18 stop working on Mac OS X 10.6 Product: Wine Version: 1.3.18 Platform: x86-64 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: manphiz@gmail.com
A newly built and installed 1.3.18 on Mac OS X 10.6 doesn't work. Trying to issue "winecfg" resulted in failure_1.log in attachment. Then I tried to manually add LD_LIBRARY_PATH and DYLD_LIBRARY_PATH with "/usr/local/lib:/usr/lib:/lib:/usr/X11/lib" and then winecfg, and it hanged so I have to kill it. Partial result is in failure_2.log in attachment.
On the other hand, 1.3.17 built with the same condition works out-of-the-box (without tweaking the *_LIBRARY_PATH environment variables). Build time configurations are like below:
CFLAGS="$CFLAGS -march=core2 -mtune=core2 -O3" CXXFLAGS="$CXXFLAGS $CFLAGS" CPPFLAGS="$CPPFLAGS -I/usr/X11/include" LDFLAGS="$LDFLAGS -L/usr/X11/lib"
Please let me know if further information is needed.