Hi , I have downloaded GCC 4.2.2 and configured it on powerpc , linux (redhat 4.5)
host: powerpc64-unknown-linux-gnu build: powerpc64-unknown-linux-gnu target: powerpc64-unknown-linux-gnu configured with: ./configure -prefix=/home/teresa/gcc4.2.2/local/ --enable-languages=c,c++ -disable-nls -enable-sjlj-execptions When I run my application , I'm getting the problem when running an exception from an instance of the class - see below as what i was getting with GCC version 4.1.1 and version 4.2.2 Does anyone know if this has been fixed on gcc4.2.2 /4.1.1 and do I need to configure a gcc flag to allow visibility ? terminate called after throwing an instance of 'OracleAPIException' what(): ORA-20005: Below is the output of the stacktrace 0x00000080aad79f70 in .__GI_raise () from /lib64/tls/libc.so.6 #1 0x00000080aad7bac4 in .__GI_abort () from /lib64/tls/libc.so.6 #2 0x00000080ab12d5b4 in ._ZN9__gnu_cxx27__verbose_terminate_handlerEv () from /usr/lib64/libstdc++.so.6 #3 0x00000080ab12a00c in .__cxa_call_unexpected () from /usr/lib64/libstdc++.so.6 #4 0x00000080ab12a054 in ._ZSt9terminatev () from /usr/lib64/libstdc++.so.6 #5 0x00000080ab12a2e4 in .__cxa_rethrow () from /usr/lib64/libstdc++.so.6 -- Summary: terminate called after throwing an instance of Product: gcc Version: 4.2.2 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tkiernan at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34779