This is the mail archive of the gcc@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]

Re: [Fwd: gcc-2.95.2 build query]


> Please help me out with a work-around solution for this error.
> Nothing seems to be wrong with the file :
> /usr/include/sys/siginfo.h

Except that pthread_attr_t is not defined at this point. Please use
--save-temps to get the preprocessor output choose-temp.c, and see
whether pthread_attr_t is defined anywhere. Also, use --trace-includes
to find out what header files the compiler is picking up in the
process.

Regards,
Martin

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