Hi Julian -
Can you send me the top-level config.log file? The code you're
running into problems with shouldn't be compiled on a G4-based
machine. It exists for Mac OS X 10.3 on the G5, which could emit a
strange mixed mode assembly that supported 64 bit operations in a 32
bit applicati
r9191 (approximately Fri 3 March 06) does not build on ppc32-linux
due to use of register names of the form "r9" etc in
opal/include/opal/sys/powerpc/atomic.h, in opal_atomic_cmpset_64().
You must use either names of the form "%%r9" or just plain "9",
or give gcc the flag -mregnames (iirc). The p