This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
undefined symbol: __dso_handle
- To: gcc-bugs at gcc dot gnu dot org
- Subject: undefined symbol: __dso_handle
- From: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Date: Wed, 21 Feb 2001 17:01:53 +0100
gcc version 2.97 20010219 (experimental):
Seems to have some problem:
[markus] src/ > g++ ../experimental/HelloWorld.C
[markus] src/ > a.out
a.out: error in loading shared libraries:
/opt/egcs-20010219/lib/libstdc++.so.3: undefined symbol: __dso_handle
symbol found in /usr/lib/libpthread.a
-> configure with --disable-threads?
Markus