Thread lib posix fails on Debian GNU/Linux Woody (current stable and yes a bit older distro :-) Thread lib posix95 seems to be working.
I did: ../gcc-4.0.0/configure \ --program-suffix=-4.0 \ --disable-nls \ --enable-languges=c,c++,java Built gone ok, but installed gij-4.0 segfaults and executable compiled from .java too (and may be other thing based on threads). I added option --enable-threads=posix95 to above configure command and gij works now (I tested only short & simple progs.) gcc 3.4.3 - dtto I don't know if problem is in gcc/configure or in the Debian libc6. My libc6/glibc is deb version 2.2.5-11.8 binutils 2.12.90.0.1-4. Should I try some gdb session? -- Summary: thread lib posix => runtime & gij segfaults on Debian G/L Woody Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: minor Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vaclav dot ovsik at i dot cz CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21414