B
Brice Breeden
I'm porting C++ code to Solaris 9, using gcc 3.3.
I had some link errors, but was able to figure out which libraries
were needed for all but one of the functions.
Here's the linker error I can't seem to get rid of:
Undefined first referenced
symbol in file
_Unwind_Resume libreliquary_la-bitvec.lo(symbol belongs
to implicit dependency
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/../../libgcc_s.so.1)
ld: fatal: Symbol referencing errors. No output written to
..libs/libreliquary.so.0.0.0
I can't seem to find this "_Unwind_Resume" function anywhere. I've dumped
quite a few
symbol tables (using nm) from the .a and .so files, to determine which
shared library
it belongs to, but no progress yet.
Any suggestions?
I noticed the same problem occurring when I was using gcc 3.2 on Solaris 8 a
few months ago.
NOTE: I searched the net for Unwind_Resume and it apparently has something
to
do with exception handling in the gcc compiler.
I had some link errors, but was able to figure out which libraries
were needed for all but one of the functions.
Here's the linker error I can't seem to get rid of:
Undefined first referenced
symbol in file
_Unwind_Resume libreliquary_la-bitvec.lo(symbol belongs
to implicit dependency
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/../../libgcc_s.so.1)
ld: fatal: Symbol referencing errors. No output written to
..libs/libreliquary.so.0.0.0
I can't seem to find this "_Unwind_Resume" function anywhere. I've dumped
quite a few
symbol tables (using nm) from the .a and .so files, to determine which
shared library
it belongs to, but no progress yet.
Any suggestions?
I noticed the same problem occurring when I was using gcc 3.2 on Solaris 8 a
few months ago.
NOTE: I searched the net for Unwind_Resume and it apparently has something
to
do with exception handling in the gcc compiler.