This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11164



------- Additional Comments From gcc-bug at bullseye dot com  2003-08-12 20:58 -------
Using --enable-libunwind-exceptions allowed GCC to be built and installed.  
But now when I use it I get an unresolved symbol _Unwind_Resume_or_Rethrow:

$ echo 'int main(){return 0;}' >t.c
$ c++ t.c
ld: (Warning) Unsatisfied symbol "_Unwind_Resume_or_Rethrow" in 
file /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3/../../
../libstdc++.so
1 warnings.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]