> Hm, then sol2.h and sol26.h build the minority where we have pthread_s_.
> Don't know the history yet.
That doesn't seem to be a Sun-ism.
--
Eric Botcazou
Richard Henderson wrote:
On Fri, Jan 20, 2006 at 10:18:18PM +0100, Andreas Tobler wrote:
or with double guard:
#ifdef HAVE_GETLOADAVG
#ifdef HAVE_SYS_LOADAVG_H
# include sys/loadavg.h
#endif
#endif
This, I guess.
Ok. Thanks.
Sounds like a typo in the specs for the platform.
Hm, in gcc.c
On Fri, Jan 20, 2006 at 10:18:18PM +0100, Andreas Tobler wrote:
> or with double guard:
>
> #ifdef HAVE_GETLOADAVG
> #ifdef HAVE_SYS_LOADAVG_H
> # include sys/loadavg.h
> #endif
> #endif
This, I guess.
> >Sounds like a typo in the specs for the platform.
>
> Hm, in gcc.c I find a hardcoded -pth
Andreas Tobler wrote:
Richard Henderson wrote:
On Thu, Jan 19, 2006 at 10:45:39PM +0100, Andreas Tobler wrote:
In team.c solaris fails due to the fact that alloca is defined in
alloca.h iso stdlib.h ...
Er, *not* defined did you mean? This should probably be fixed
with a #define to __builtin
Richard Henderson wrote:
On Thu, Jan 19, 2006 at 10:45:39PM +0100, Andreas Tobler wrote:
In team.c solaris fails due to the fact that alloca is defined in
alloca.h iso stdlib.h ...
Er, *not* defined did you mean? This should probably be fixed
with a #define to __builtin_alloca in libgomp.h or
Hello,
> Andrew P. wanted me to report the issues I encountered with libgomp and
> solaris
> on head.
> The next issue is the -pthread in the config stuff. Solaris does not like it
> :)
> -pthreads instead.
I have encountered the same problem, perhaps the analysis at
http://gcc.gnu.org/ml/gcc
On Thu, Jan 19, 2006 at 10:45:39PM +0100, Andreas Tobler wrote:
> In team.c solaris fails due to the fact that alloca is defined in
> alloca.h iso stdlib.h ...
Er, *not* defined did you mean? This should probably be fixed
with a #define to __builtin_alloca in libgomp.h or so.
> config/posix/pro
Hello,
Andrew P. wanted me to report the issues I encountered with libgomp and
solaris on head.
In team.c solaris fails due to the fact that alloca is defined in
alloca.h iso stdlib.h, config/posix/proc.c fails in a similar manner due
to the fact that getloadavg is defined in sys/loadavg.h