From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: gcc@gcc.gnu.org Subject: --disable-threads broken? Date: Tue, 01 Aug 2000 17:02:00 -0000 Message-id: <20000801170243.A26622@wolery.cumb.org> X-SW-Source: 2000-08/msg00018.html 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