The following reply was made to PR os-solaris/1514; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], Apache bugs database <[EMAIL PROTECTED]> Subject: Re: os-solaris/1514: http_main.c:348: parse error before `*' Date: Thu, 4 Dec 1997 11:37:58 -0800 (PST) Which version of gcc? I've sent a note off to the admin of the system I have access to, so I can find out how he built the gcc for solaris 2.6. The problem is that <sys/types.h> is supposed to define pthread_attr_t, but for some reason the gcc fixincluded version of sys/types.h doesn't include pthread_attr_t. A workaround is to use sun's cc. Or to set EXTRA_CFLAGS like this: EXTRA_CFLAGS=-I/usr/include -D__EXTENSIONS__ Dean On Thu, 4 Dec 1997, Marc Slemko wrote: > On Thu, 4 Dec 1997, Dean Gaudet wrote: > > > No, the bug is in the solaris 2.6 header files. They don't include a > > definition of pthread_attr_t, yet use it all over the damn place. Maybe > > sun has a patch for this. There's another open PR on this too, I forget > > the number. I just got access to a 2.6 machine. > > It worked fine on 2.6 for me using a 2.6 gcc. > >
