[Bug 18586] Cannot build wine-1.1.22 on OpenSolaris snv_112 with GNU ld

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 8 11:45:34 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18586


Daniel Vergien <daniel.vergien at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.vergien at googlemail.c
                   |                            |om




--- Comment #1 from Daniel Vergien <daniel.vergien at googlemail.com>  2009-10-08 11:45:33 ---
I can confirm the same behavior on Solaris 10 with gnu ld and wine 1.1.30 and
trunk.
As a quick and dirty workaround I commented out the "case PLATFORM_SOLARIS"
block around line 892 and then it works.
The problem seems to be that the code assumes that if "__sun" is defined, which
is defined if you use gcc on solaris, also solaris ld is used.
There should be a check which linker is used instead of which operating system
is used.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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