I have no idea what Craig is talking about. There are no requirements for configuring with --enable-threads. G++ is not suppose to require pthreads except when invoked with -pthread GCC option. Maybe some libstdc++ header is assuming that libc will provide no-op pthread symbols when not linking against -lpthread, like GNU/Linux. David