[Bug 41463] Undefined symbols: _DisableThreadLibraryCalls _RaiseException

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 14 22:11:13 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41463

Ken Thomases <ken at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ken at codeweavers.com

--- Comment #3 from Ken Thomases <ken at codeweavers.com> ---
(In reply to Ryan Schmidt from comment #2)
> Ken, with which version of Xcode were you able to build wine 1.8.5 on Snow
> Leopard? The automated build machine where the problem was observed uses the
> last free version of Xcode for Snow Leopard, which is 3.2.6.

$ xcodebuild -version
Xcode 3.2.6
Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0
BuildVersion: 10M2518

$ gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Now, admittedly, I don't have all of Wine's dependencies installed on this
system.  From configure:

configure: XInput2 headers not found, the XInput 2 extension won't be
supported.
configure: libsane 32-bit development files not found, scanners won't be
supported.
configure: libv4l 32-bit development files not found.
configure: libgphoto2 32-bit development files not found, digital cameras won't
be supported.
configure: libgphoto2_port 32-bit development files not found, digital cameras
won't be auto-detected.
configure: liblcms2 32-bit development files not found, Color Management won't
be supported.
configure: libpulse 32-bit development files not found or too old, Pulse won't
be supported.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported.
configure: libcapi20 32-bit development files not found, ISDN won't be
supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be
supported.
configure: libtiff 32-bit development files not found, TIFF won't be supported.
configure: openal-soft 32-bit development files not found (or too old), XAudio2
won't be supported

configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be
supported.


It's possible that the presence/absence of these dependencies changes how
things are built, but one of the affected DLLs in your log is acledit which has
no external dependencies that I can see.

Can you repeat one of the failed winegcc commands with the "-v -save-temps"
options and attach the output?  Also, run "otool -lV" on the .o file that
produces the nm error and attach that.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list