c/3297: fixincludes (?) removes pthread types from types.h
aoliva@gcc.gnu.org
aoliva@gcc.gnu.org
Wed Jun 20 17:14:00 GMT 2001
Synopsis: fixincludes (?) removes pthread types from types.h
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Wed Jun 20 17:14:02 2001
State-Changed-Why:
If uname -a says SunOS 5.7, as your bug report does, that's the problem: GCC built on Solaris 2.5 gets fixed headers for Solaris 2.5, that won't work correctly on Solaris 7. You'll have to build GCC on Solaris 7, and use that build on Solaris 7. I.e., don't share /usr/local, or use different --exec-prefixes for each version of Solaris.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3297&database=gcc
More information about the Gcc-bugs
mailing list