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 other/28298] Problem compiling gcc 4.1.1



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-07-07 16:37 -------
/usr/include/pthread.h:163: error: expected ';', ',' or ')' before '__thread'

Did you disable fixincludes?  If so this is why you don't disable fixincludes
:).

If you did not, then you might be better off updating glibc since the old glibc
headers are broken.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28298


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