This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]