http://bugs.winehq.org/show_bug.cgi?id=9020
------- Additional Comments From t.artem@mailcity.com 2007-21-07 04:40 ------- So basically, Alexandre, you say that using -Wl,-Bsymbolic and alike for all wine libraries is not feasible?
Can you, please, comment upon using -Wl,--enable-new-dtags and -Wl,--hash-style=gnu in wine?
From ld manual I see that --enable-new-dtags option is relatively safe.
Unfortunately I don't understand the meaning of hash-style - but I observe its effect - libraries get smaller and fewer relocations (and time) are required for loading them.
And the last not the least question: Is it possible to put all globally used gcc and linker flags (CFLAGS/LDFLAGS) in one file like build.mk so that I could rebuild the whole wine tree without re./configure'ing it?