Shared lib problem: __dso_handle
Nathan Sidwell
nathan@codesourcery.com
Fri Dec 1 07:00:00 GMT 2000
David Thor Bragason wrote:
> I just built the gcc snapshot 20001120 on my i586 linux (SuSE 6.4 box in
> the following way:
> hello: error in loading shared libraries: /usr/local/lib/libstdc++.so.3:
> undefined symbol: __dso_handle
Yup, I've just been helping someone track down that problem on that very
same snapshot. __dso_handle appearse to be a local symbol, rather than
global. I.e. nm libstdc++.so gives
xxxxx d __dso_handle
rather than
xxxxx D __dso_handle.
The compiler built from the 20001123 CVS does not exhibit this problem.
Perhaps the 20001127 snapshot is ok? I've not checked that yet.
nathan
--
Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
More information about the Gcc
mailing list