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