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/9330] [alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-09-01 22:30 -------
Subject: Re:  [alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem

> On alphaev68-dec-osf5.1 -- Compaq Tru64 UNIX V5.1B (Rev. 2650)
> 
> This still fails with:
> 
> In file included from ../../gcc/gthr-posix.h:43,
>                  from ./gthr-default.h:1,
>                  from ../../gcc/gthr.h:96,
>                  from ../../gcc/gthr-posix.c:33:
> TMP/gcc-3.4-20030820/obj/gcc/include/pthread.h:299:3: #error <pthread.h>:
> unrecognized compiler.
> make[3]: *** [libgcc/./gthr-posix.o] Error 1
> make[2]: *** [libgcc.a] Error 2
> make[1]: *** [stage1_build] Error 2
> make: *** [bootstrap-lean] Error 2

This is different from the bug originally reported.  If so, it's best to
open a new bug.

> -- /usr/include/pthread.h :
> 
> #if defined (__DECCXX)
> # define _PTHREAD_ENV_CXX
> # define _PTHREAD_ENV_DECCXX
> #elif defined (__cplusplus)
> # define _PTHREAD_ENV_CXX
> #elif defined (__DECC) || defined (__decc)
> # define _PTHREAD_ENV_DECC
> #elif defined (__INTEL_COMPILER)
> # define _PTHREAD_ENV_INTELC
> #else
> # error <pthread.h>: unrecognized compiler.
> #endif

Could you send me a copy of this file in private mail?  I don't currently
have V5.1B installed (although that may change in the future).
Unfortunately, current mainline doesn't bootstrap on V5.1 since 20030919,
so I'll have to track down that failure first.

	Rainer


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