This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.3 and ld ERROR _Unwind_Resume_or_Rethrow@GCC_3.3 problem
- From: Oliver dot Kellogg at t-online dot de (Oliver Kellogg)
- To: gcc-help at gcc dot gnu dot org
- Cc: lucian at mediafusion dot co dot jp
- Date: Fri, 11 Jul 2003 07:17:02 +0200
- Subject: Re: gcc 3.3 and ld ERROR _Unwind_Resume_or_Rethrow@GCC_3.3 problem
Lucian,
Apparently your search has not found my further postings,
http://gcc.gnu.org/ml/gcc-help/2003-06/msg00097.html
http://gcc.gnu.org/ml/gcc-help/2003-06/msg00100.html
To recap, the problem happens when more than one version of
libgcc_s.so is installed on your system. It may then happen
that ld is seeing the wrong version first. I.e. it has to do
with the order in which system libraries are searched for.
Hope this helps.
Oliver