http://bugs.winehq.org/show_bug.cgi?id=9020
------- Additional Comments From julliard@winehq.com 2007-21-07 04:44 -------
So basically, Alexandre, you say that using -Wl,-Bsymbolic and alike for all wine libraries is not feasible?
It's not only feasible but it's done already, except where it doesn't make sense.
Can you, please, comment upon using -Wl,--enable-new-dtags and -Wl,--hash-style=gnu in wine?
I don't see much point, but it should work OK.
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?
No but you can do 'make LDFLAGS=foo' if you don't want to configure.