http://bugs.winehq.org/show_bug.cgi?id=18586 Daniel Vergien <daniel.vergien(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.vergien(a)googlemail.c | |om --- Comment #1 from Daniel Vergien <daniel.vergien(a)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.