Hi Vincent, I've compiled my version of gcc 4.2.3 natively with the extra flag --enable-threads=posix. This changes things for libstdc++, in that any program that is C++ compiled will need to link against pthreads. Is there a way internally in the compiler to force linkage against pthreads ? Thanks, Alan.