http://bugs.winehq.org/show_bug.cgi?id=12783
--- Comment #10 from Albert Lee trisk+winehq@acm.jhu.edu 2008-07-10 15:35:18 --- Created an attachment (id=14719) --> (http://bugs.winehq.org/attachment.cgi?id=14719) Add mapfile for Solaris linker to winegcc
Here is a patch that makes winegcc use a mapfile on Solaris that relaxes the alignment restrictions for DLLs which solves the original problem. It can also specify the address for mapping the text segment (similar to -Wl,--section-start,.interp=0x7bf00400 etc.), but that currently crashes the runtime loader if used.