8 Apr
2004
8 Apr
'04
12:40 p.m.
The gcc toolset is already adding the -pthread option when linking multi-threaded variants (lines 143-145). Are you saying you need to use -pthread even when linking single-threaded variants?
I suspect that AIX is one of those platforms where threading is on by default (even when <threading>multi is not specified), so yes -pthread will always be needed. John.