------- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-14 00:55 ------- (In reply to comment #0) > I am compiling with a gcc-4.1.1 binary that someone else had built. The > reason > I am not using his binary is because I need a posix threading model. Am I > doing something wrong?
IIRC AIX threading is really POSIX thread or single threading depending on the compile time options you give to GCC while compiling your sources. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29817