------- Comment #31 from ebotcazou at gcc dot gnu dot org 2006-11-06 22:14 ------- > Here you go Eric.
Thanks. Why are COMDAT groups disabled in your compiler? /* Define 0/1 if your assembler and linker support COMDAT groups. */ #ifndef USED_FOR_TARGET -#define HAVE_COMDAT_GROUP 0 +#define HAVE_COMDAT_GROUP 1 #endif -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29639