[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

[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:.lib

[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 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] New: Link error on Solaris 10 / GNU 3.4.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
; /vobs/odyssey/system/ace5.5.1/install/lib/libACE.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4' /vobs/odyssey/system/rogue7.0.3/sol2/lib/librwtool_mt7032.so: undefined reference to `std::basic_istream >::operator>>(unsigned long&)@GLIBCXX_3.4' /vobs/odyssey/system/persist3.656/dyn_pslibs/libPersist36561.so: undefined reference to `std::basic_ostream >::operator<<(long)@GLIBCXX_3.4' I can see some reference on net regarding the file /home/odyssey/f065093/gcc/gcc-4.3.2/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt palying role in provide such compatibility. I can see relevant mangled name in these file. For instance FUNC:_ZNSt13basic_istreamIwSt11char_traitsIwEE4peekEv@@GLIBCXX_3.4 is in file baseline_symbols.txt but still getting error for std::basic_istream >::peek()@GLIBCXX_3.4' as undefine Could you please help us with this error? U std::istream::peek()@@GLIBCXX_3.4 -- Summary: Link error on Solaris 10 / GNU 3.4.2 Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vijay dot x dot jain at jpmchase dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41333

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #22 from vijay dot x dot jain at jpmchase dot com 2009-09-10 14:03 --- GCC 4.3.2 has built sucessfully on my solaris 10 box. Thank You very much for all your help! -- vijay dot x dot jain at jpmchase dot com changed: What|Removed

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #20 from vijay dot x dot jain at jpmchase dot com 2009-09-10 07:33 --- Do we have precompiled GCC for solaris 10 which uses GNU ld, as etc. We are looking for ld (binutils ) version 2.18. This is because the link error that we are gettting on solaris 10 has relevance to ld

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #19 from vijay dot x dot jain at jpmchase dot com 2009-09-10 07:25 --- gcc-3.4.6-sol10-sparc-local.gz These gcc packages require the installation of libiconv libiconv-1.11-sol10-sparc-local.gz Dependencies: libgcc_s.so.1 from libgcc-3.4.6 or gcc-3.4.6 or higher. libgcc

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-10 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #17 from vijay dot x dot jain at jpmchase dot com 2009-09-10 07:16 --- When you say GCC from http://www.sunfreeware.com do you mean by install gcc-3.4.6-sol10-sparc-local.gz on solaris 10 box with necessary dependencies? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #15 from vijay dot x dot jain at jpmchase dot com 2009-09-10 06:02 --- Please find attached stack trace of the segmentation fault GNU C (GCC) version 4.3.2 (sparc-sun-solaris2.10) compiled by GNU C version 4.3.2 (20090604) (gccfss), GMP version 4.3.1, MPFR version

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #13 from vijay dot x dot jain at jpmchase dot com 2009-09-09 13:39 --- Created an attachment (id=18553) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18553&action=view) where gcc4.3.2 gnu compile is failing -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41304

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #12 from vijay dot x dot jain at jpmchase dot com 2009-09-09 13:38 --- Created an attachment (id=18552) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18552&action=view) Solaris 8 config.log where gcc4.3.2 compiles sucessfully -- http://gcc.gnu.org/b

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #11 from vijay dot x dot jain at jpmchase dot com 2009-09-09 13:11 --- Following is the command on solaris 8 which compiles sucessfully /home/odyssey/f065093/gcc8/gcc8objdir/./gcc/xgcc -v -B/home/odyssey/f065093/gcc8/gcc8objdir/./gcc/ -B/home/odyssey/f065093/gcc8

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #10 from vijay dot x dot jain at jpmchase dot com 2009-09-09 11:35 --- I have got the file | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-09 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #8 from vijay dot x dot jain at jpmchase dot com 2009-09-09 09:31 --- I see no code for conftest.c in the config.log. Is there a way where I can check the prerequites for gcc compilation on my solaris 10 box? Also I can see gcc 4.3.2 compiling sucessfully on soalris 8

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-08 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #6 from vijay dot x dot jain at jpmchase dot com 2009-09-08 14:24 --- My configure options were simple as required. /home/odyssey/f065093/gcc/gcc-4.3.2/configure --prefix=/home/odyssey/f065093/gccinstall --with-as=/3rdparty/fsf/binutils/2.18/bin/as --with-ld=/3rdparty

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-08 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #4 from vijay dot x dot jain at jpmchase dot com 2009-09-08 12:54 --- I am still getting the same error Following is configure option from file "/home/odyssey/f065093/gccobjdir/sparc-sun-solaris2.10/libgcc/config.log" /home/odyssey/f065093/gcc/gcc-4.3.2/libgcc

[Bug c++/41304] Building error while compiling gcc 4.3.2

2009-09-08 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #2 from vijay dot x dot jain at jpmchase dot com 2009-09-08 07:55 --- Following is the output of gcc -v Using built-in specs. Target: sparc-sun-solaris2.10 Configured with: /net/clpt-v490-1/export/data1/bldmstr/20090604_ceres_gcc432/src/configure --prefix= --enable-shared

[Bug c++/41304] New: Building error while compiling gcc 4.3.2

2009-09-08 Thread vijay dot x dot jain at jpmchase dot com
Vijay -- Summary: Building error while compiling gcc 4.3.2 Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org Reporte

[Bug c++/41292] Link error on Solaris 10 / GNU 3.4.2

2009-09-07 Thread vijay dot x dot jain at jpmchase dot com
--- Comment #2 from vijay dot x dot jain at jpmchase dot com 2009-09-07 07:34 --- I have set my PATH such that path for ld preceds from binutils. So my understanding was ld will be picked from binutils. As suggested by you I then set my PATH precedence to /usr/ccs/bin even then I am

[Bug c++/41292] New: Link error on Solaris 10 / GNU 3.4.2

2009-09-06 Thread vijay dot x dot jain at jpmchase dot com
(tdatebaseio.o): symbol : offset 0xfdb0af21 is non-aligned ld: fatal: relocation error: R_SPARC_32: file /vobs/odyssey/shared/lib-public/libjpmutils.a(tdatebaseio.o): symbol : offset 0xfdb0af31 is non-aligned ld: fatal: relocation error: R_SPARC_32: file /vobs/odyssey/shared/lib-public/libjpmutils