This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure in libstdc++ on i386-pc-solaris2.10
- From: Art Haas <ahaas at impactweather dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 04 Sep 2008 13:30:04 +0000
- Subject: Bootstrap failure in libstdc++ on i386-pc-solaris2.10
Hi.
My last successful build was from yesterday morning. After the large
libstdc++ patch by Chris Fairles landed the builds have failed with the
following error:
In file included from
/export/home/arth/gnu/gcc.git/libstdc++-v3/src/mutex.cc:30:
/export/home/arth/gnu/gcc-0904/i386-pc-solaris2.10/libstdc++-v3/include/mutex: In constructor 'std::once_flag::once_flag()':
/export/home/arth/gnu/gcc-0904/i386-pc-solaris2.10/libstdc++-v3/include/mutex:618: error: could not convert '{{0, 0, 0, 0}}' to '__gthread_once_t'
make[4]: *** [mutex.lo] Error 1
Art Haas