On 05/13/2013 06:43 AM, Ian Lance Taylor wrote: >> > It continued after this, but gave final error: >> > ld: warning in ../../../src/gcc-4.7.2/libitm/clearcap.map, file is not of >> > required architecture >> > ld: pointer in read-only segment not allowed in slidable image, used in >> > _del_opvnt from .libs/alloc_cpp.o >> > collect2: error: ld returned 1 exit status >> > make[4]: *** [libitm.la] Error 1 > This is a completely different problem. It looks like the code is > trying to use a linker map, which is not going to work with the Darwin > linker. This looks like a bug in the libitm configury. I don't see > it in the current bug database; please consider filing a bug report. > Thanks. > That linker map is for Solaris. I have no idea how that might have come to be used for Darwin. r~