LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   undefined symbol: _Unwind_Resume (https://www.linuxquestions.org/questions/linux-newbie-8/undefined-symbol-_unwind_resume-192813/)

aa2bi 06-12-2004 06:26 PM

undefined symbol: _Unwind_Resume
 
Hey there.

Well, I think I have a problem with my gcc compiler, and linking with some libraries.
I installed a package and everything worked fine, until I used a Java API, which used a library 'librqljni.so'.

The problem was that while running a java testing class, which was provided with the package, I got this error message:

librqljni.so: undefined symbol: _Znwj


I looked it up in google, and found out that gcc wasn't linking with a library. So I added '-lsupc++' (that was the proposed solution) in the Makefile, where making the 'librqljni.so'.

On testing again, I now got this error message:

librqljni.so: undefined symbol: _Unwind_Resume


Again, I searched the google for an answer, but couldn't fing anything satisfying. I got the idea that it has to do with linking with hidden libraries (?).

Does anybody have a clue what to do?

I'm using Mandrake 9.0, gcc 3.2

Thank you in advance,
Tony

aa2bi 06-13-2004 04:39 PM

Do you think that if I advance to gcc 3.3 the problem will be solved?

whatnow 07-09-2004 02:50 PM

_unwind_resume
 
Had the same problem. Try linking in the library gcc_s (-lgcc_s)


All times are GMT -5. The time now is 11:22 AM.