This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: Heads up: Several thousand g++ and libstdc++ test failures on sparc[64]
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>
- Cc: "Benjamin Kosnik" <bkoz at redhat dot com>,<libstdc++ at gcc dot gnu dot org>
- Date: Mon, 6 Oct 2003 18:36:57 -0000
- Subject: 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