------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-04 00:25 ------- This: In file included from /usr/include/sys/signal.h:34, from /usr/include/signal.h:26, from ../../../libiberty/pex-unix.c:28: /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t" /usr/include/sys/siginfo.h:292: error: parse error before '}' token
Makes it sound like a bug in solaris's headers. Though I noticed we include signal.h before sys/types.h which might be the cause. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29741