http://bugs.winehq.org/show_bug.cgi?id=26291
--- Comment #5 from Karel Gardas karel.gardas@centrum.cz 2011-03-03 14:00:39 CST --- Hello, bug 18586 talks about GNU ld, while Solaris' GNU C++ is using Sun's ld. Please see:
$ gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs Configured with: /builds2/sfwnv-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-20050802)
and note: --without-gnu-ld and --with-ld=/usr/ccs/bin/ld
So is this bug really duplicate of 18586?