This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
--disable-threads broken?
- To: gcc at gcc dot gnu dot org
- Subject: --disable-threads broken?
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Tue, 1 Aug 2000 17:02:43 -0700
With current CVS, I get a pile of C++ test suite failures, all due to
undefined references to symbols beginning _pthread_cleanup inside
libio/iostream.cc. I configured with --disable-threads, so why is it
referring to pthreads routines?
Platform is i386-linux (glibc 2.1.x). The exact configure command
line was
../path/to/configure --disable-multilib --disable-threads --prefix=/work/inst
/work/inst does not exist.
zw