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]

Re: undefined symbol: __dso_handle with current CVS breaks C++


> ./a.out: error in loading shared libraries:
> /data/builds/build-gcc/i686/i686-pc-linux-gnu//libstdc++/libstdc++-libc6.1-2.so.3:
> undefined symbol: __dso_handle

It is not clear where exactly the bug is; it could be binutils (in
which case it would be my fault), it could be glibc (for not
supporting hidden symbols), it could be gcc (for not sufficiently
testing proper operation of the requested feature).

Regards,
Martin


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