The atlas configure on my home system choose /usr/bin/c99-gcc rather than gcc. Apparantly c99-gcc uses different header files, so the pthreads stuff can't build anything with affinity using this compiler. I need to update configure to reject this c99-gcc.
Fixed for 3.11.27. I made the exact name 'gcc' take priority over other aliases when it has the right version.