Link error using gcc 3.3 on Solaris 9

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top