This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

RE: Heads up: Several thousand g++ and libstdc++ test failures on sparc[64]


Andreas Tobler wrote:
> > http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00074.html

Bummer.

> Update, cvs update -dA today for hppa-linux makes libstdc++-v3 work. But
> solaris still fails.
> 
> It's a bit more complicated, especially if you don't know what you're
> looking for :)

locale::_S_initialize is probably a good place to begin. Is __GTHREADS
defined? Does __gthread_once get called? What does it return? Is
gthr-single.h, gthr-posix.h or gthr-solaris.h used? Does
_S_initialize_once get called? Does it initialize _S_classic?

Hope this helps,
Petur


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