[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-10-05 Thread redi at gcc dot gnu dot org
--- Comment #10 from redi at gcc dot gnu dot org 2009-10-05 11:30 --- (In reply to comment #8) > I have got the issue. The problem is not sed but rather the pattern being > searched from ld --version > My ld --version returns > GNU ld (GNU Binutils)2.18 > > Where the pattern looked by

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-14 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #9 from vijay dot x dot jain at jpmchase dot com 2009-09-15 04:21 --- Also I would like your sincere effort to resolve the problem. Your product rocks!. We are yet to test our components. Hope there would be no further runtime issues. Thanking you from bottom of the heart.

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-14 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #8 from vijay dot x dot jain at jpmchase dot com 2009-09-15 04:18 --- I have got the issue. The problem is not sed but rather the pattern being searched from ld --version My ld --version returns GNU ld (GNU Binutils)2.18 Where the pattern looked by the search pattern is G

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-11 Thread redi at gcc dot gnu dot org
--- Comment #7 from redi at gcc dot gnu dot org 2009-09-11 15:20 --- (In reply to comment #6) > configure:114866: WARNING: === Linker version 1800 is too old for > configure:114868: WARNING: === full symbol versioning support in this release > of GCC. > configure:114870: WARNING: === You

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-11 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #6 from vijay dot x dot jain at jpmchase dot com 2009-09-11 14:19 --- As suggested i had put /usr/xpg4/bin in PATH in precedence. from config.log lt_cv_path_SED=/usr/xpg4/bin/sed SED='/usr/xpg4/bin/sed' BUt still versioning is not used a_dod...@upests-dn24d:.libs:[53] !nm n

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-11 Thread redi at gcc dot gnu dot org
--- Comment #5 from redi at gcc dot gnu dot org 2009-09-11 09:35 --- Does the GCC you built for Solaris 10 have symbol versioning enabled? You can check this by looking in the libstdc++-v3/config.log or by running: nm /path/to/gcc/lib/libstdc++.so | fgrep @GLIBCXX If that produces no

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #4 from vijay dot x dot jain at jpmchase dot com 2009-09-11 06:41 --- On solaris 8 box we are using gnu ld ../configure --prefix=/3rdparty/fsf/gcc/4.1.0 --with-as=/3rdparty/fsf/binutils/2.16/bin/as --with-ld=/3rdparty/fsf/binutils/2.16/bin/ld --with-gnu-as --with-gnu-ld --

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-09-11 06:37 --- > Yes our build works on solaris 8. If the exact same operation works on Solaris 8 but not on Solaris 10, you may have run into a limitation of GNU ld on Solaris 10. The workaround is probably to build a GCC con

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #2 from vijay dot x dot jain at jpmchase dot com 2009-09-11 06:31 --- Yes our build works on solaris 8. Just that our solaris 8 support is coming to an end and hence we are migrating to solaris 10. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41333

[Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2

2009-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2009-09-11 06:29 --- > Could you please help us with this error? > U std::istream::peek()@@GLIBCXX_3.4 Does this work on Solaris 8? Does this work if you rebuild the libraries? -- ebotcazou at gcc dot gnu dot org changed: